Unescaper::unescapeDoubleQuotedString()
  • References/PHP/Symfony/Component/Yaml

string unescapeDoubleQuotedString(string $value) Unescapes a double quoted string.

2025-01-10 15:47:30
Yaml::dump()
  • References/PHP/Symfony/Component/Yaml

static string dump(mixed $input, int $inline = 2, int $indent = 4, int $flags) Dumps

2025-01-10 15:47:30
Escaper::escapeWithDoubleQuotes()
  • References/PHP/Symfony/Component/Yaml

static string escapeWithDoubleQuotes(string $value) Escapes and surrounds a PHP value

2025-01-10 15:47:30
Escaper
  • References/PHP/Symfony/Component/Yaml

class Escaper Escaper encapsulates escaping rules for single and double-quoted YAML strings.

2025-01-10 15:47:30
Dumper::setIndentation()
  • References/PHP/Symfony/Component/Yaml

setIndentation(int $num) Sets the indentation.

2025-01-10 15:47:30
Dumper
  • References/PHP/Symfony/Component/Yaml

class Dumper Dumper dumps PHP variables to YAML strings. Methods

2025-01-10 15:47:30
Unescaper
  • References/PHP/Symfony/Component/Yaml

class Unescaper Unescaper encapsulates unescaping rules for single and double-quoted YAML strings

2025-01-10 15:47:30
Inline::isHash()
  • References/PHP/Symfony/Component/Yaml

static bool isHash(array $value) Check if given array is hash or just normal indexed

2025-01-10 15:47:30
Inline::parse()
  • References/PHP/Symfony/Component/Yaml

static array parse(string $value, int $flags, array $references = array()) Converts

2025-01-10 15:47:30
Inline::dump()
  • References/PHP/Symfony/Component/Yaml

static string dump(mixed $value, int $flags) Dumps a given PHP variable to a YAML

2025-01-10 15:47:30