[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 77 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Dumper:: (2 methods):
setIndentation()
dump()
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: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |