static string parseScalar(string $scalar, int $flags, string $delimiters = null, array $stringDelimiters = array('"', '\''), int $i, bool $evaluate = true, array
class Yaml Yaml offers convenience methods to load and dump YAML.
class Inline Inline implements a YAML parser/dumper for the YAML inline syntax.
static bool requiresSingleQuoting(string $value) Determines if a PHP value would require
string unescapeSingleQuotedString(string $value) Unescapes a single quoted string.
static string escapeWithSingleQuotes(string $value) Escapes and surrounds a PHP value
static string evaluateBinaryScalar(string $scalar) Parameters
static bool requiresDoubleQuoting(string $value) Determines if a PHP value would require
class Parser Parser parses YAML strings to convert them to PHP arrays.
static mixed parse(string $input, int $flags) Parses YAML into a PHP value. Usage:
Page 2 of 3