You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://www.paypal.me/jfcherng/5usd"title="Donate to this project using Paypal"><imgsrc="https://img.shields.io/badge/paypal-donate-blue.svg?logo=paypal" /></a>
2
9
3
10
Dump an array into XML, JSON, YAML, etc...
4
11
5
12
6
-
# Installation
13
+
##Installation
7
14
8
-
```
15
+
```bash
9
16
$ composer require jfcherng/php-array-dumper
10
17
```
11
18
12
19
13
-
# Example
20
+
##Example
14
21
15
22
See `demo.php`.
16
23
@@ -30,6 +37,7 @@ $array = [
30
37
],
31
38
];
32
39
40
+
// 'json', 'xml', 'yaml', 'php'
33
41
$dumperName = 'yaml';
34
42
35
43
// initiate a dumper and optionally set its options
0 commit comments