string unescapeDoubleQuotedString(string $value) Unescapes a double quoted string.
static string dump(mixed $input, int $inline = 2, int $indent = 4, int $flags) Dumps
class Unescaper Unescaper encapsulates unescaping rules for single and double-quoted YAML strings
class Escaper Escaper encapsulates escaping rules for single and double-quoted YAML strings.
setIndentation(int $num) Sets the indentation.
class Dumper Dumper dumps PHP variables to YAML strings. Methods
static string escapeWithDoubleQuotes(string $value) Escapes and surrounds a PHP value
static bool isHash(array $value) Check if given array is hash or just normal indexed
static array parse(string $value, int $flags, array $references = array()) Converts
static string dump(mixed $value, int $flags) Dumps a given PHP variable to a YAML
Page 1 of 3