| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 97 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Escaper:: (4 methods):
requiresDoubleQuoting()
escapeWithDoubleQuotes()
requiresSingleQuoting()
escapeWithSingleQuotes()
| requiresDoubleQuoting($value) X-Ref |
| Determines if a PHP value would require double quoting in YAML. param: string $value A PHP value return: bool True if the value would require double quotes. |
| escapeWithDoubleQuotes($value) X-Ref |
| Escapes and surrounds a PHP value with double quotes. param: string $value A PHP value return: string The quoted, escaped string |
| requiresSingleQuoting($value) X-Ref |
| Determines if a PHP value would require single quoting in YAML. param: string $value A PHP value return: bool True if the value would require single quotes. |
| escapeWithSingleQuotes($value) X-Ref |
| Escapes and surrounds a PHP value with single quotes. param: string $value A PHP value return: string The quoted, escaped string |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |