XML
Table of Contents
Functions
- escape() : string
- Escape strings inserted in XML
Functions
escape()
Escape strings inserted in XML
escape(mixed $value) : string
If $value is not a string, $value is casted to string type before escaping.
Parameters
- $value : mixed