|
| __construct (int $indentation=4) |
|
| dump ($input, int $inline=0, int $indent=0, int $flags=0) |
|
Dumper dumps PHP variables to YAML strings.
- Auteur
- Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com
◆ __construct()
__construct |
( |
int |
$indentation = 4 | ) |
|
◆ dump()
dump |
( |
|
$input, |
|
|
int |
$inline = 0 , |
|
|
int |
$indent = 0 , |
|
|
int |
$flags = 0 |
|
) |
| |
Dumps a PHP value to YAML.
- Paramètres
-
mixed | $input | The PHP value |
int | $inline | The level where you switch to inline YAML |
int | $indent | The level of indentation (used internally) |
int | $flags | A bit field of Yaml::DUMP_* constants to customize the dumped YAML string |
Références $input, $key, $output, $prefix, $value, Inline\dump(), Yaml\DUMP_MULTI_LINE_LITERAL_BLOCK, Yaml\DUMP_OBJECT_AS_MAP, elseif, Inline\isHash(), et null.
◆ $indentation
La documentation de cette classe a été générée à partir du fichier suivant :