class Parser
Parser parses YAML strings to convert them to PHP arrays.
Constants
TAG_PATTERN | |
BLOCK_SCALAR_HEADER_PATTERN |
Methods
__construct(int $offset, int|null $totalNumberOfLines = null, array $skippedLineNumbers = array()) Constructor. | ||
mixed | parse(string $value, int $flags) Parses a YAML string to a PHP value. |
Details
__construct(int $offset, int|null $totalNumberOfLines = null, array $skippedLineNumbers = array())
Constructor.
mixed parse(string $value, int $flags)
Parses a YAML string to a PHP value.
Please login to continue.