[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/yaml/Symfony/Component/Yaml/ -> Unescaper.php (summary)

(no description)

File Size: 141 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Unescaper:: (4 methods):
  unescapeSingleQuotedString()
  unescapeDoubleQuotedString()
  unescapeCharacter()
  utf8chr()


Class: Unescaper  - X-Ref

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

unescapeSingleQuotedString($value)   X-Ref
Unescapes a single quoted string.

param: string $value A single quoted string.
return: string The unescaped string.

unescapeDoubleQuotedString($value)   X-Ref
Unescapes a double quoted string.

param: string $value A double quoted string.
return: string The unescaped string.

unescapeCharacter($value)   X-Ref
Unescapes a character that was found in a double-quoted string.

param: string $value An escaped character
return: string The unescaped character

utf8chr($c)   X-Ref
Get the UTF-8 character for the given code point.

param: int $c The unicode code point
return: string The corresponding UTF-8 character



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1