class Yaml Yaml offers convenience methods to load and dump YAML.
static array parse(string $value, int $flags, array $references = array()) Converts
string unescapeSingleQuotedString(string $value) Unescapes a single quoted string.
static string escapeWithSingleQuotes(string $value) Escapes and surrounds a PHP value
static bool requiresSingleQuoting(string $value) Determines if a PHP value would require
class Inline Inline implements a YAML parser/dumper for the YAML inline syntax.
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 string evaluateBinaryScalar(string $scalar) Parameters
string dump(mixed $input, int $inline, int $indent, int $flags) Dumps a PHP value to YAML.
Page 2 of 3