A security process that automatically escapes incoming data to the PHP script.
A security process that automatically escapes incoming data to the PHP script. In summary, all ' (single-quote), " (double quote), \ (backslash) and NULL characters are escaped with a backslash automatically.
This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.