[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

Dumper:: (2 methods):
  setIndentation()
  dump()


Class: Dumper  - X-Ref

Dumper dumps PHP variables to YAML strings.

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, $exceptionOnInvalidType = false, $objectSupport = false)   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: bool  $exceptionOnInvalidType true if an exception must be thrown on invalid types (a PHP resource or object), false otherwise
param: bool  $objectSupport          true if object support is enabled, false otherwise
return: string The YAML representation of the PHP value



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1