[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/yaml/ -> Dumper.php (summary)

(no description)

File Size: 160 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Dumper:: (3 methods):
  __construct()
  setIndentation()
  dump()


Class: Dumper  - X-Ref

Dumper dumps PHP variables to YAML strings.

__construct($indentation = 4)   X-Ref

param: int $indentation

setIndentation($num)   X-Ref
Sets the indentation.

param: int $num The amount of spaces to use for indentation of nested nodes

dump($input, $inline = 0, $indent = 0, $flags = 0)   X-Ref
Dumps a PHP value to YAML.

param: mixed $input  The PHP value
param: int   $inline The level where you switch to inline YAML
param: int   $indent The level of indentation (used internally)
param: int   $flags  A bit field of Yaml::DUMP_* constants to customize the dumped YAML string
return: string The YAML representation of the PHP value



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1