get_magic_quotes_runtime
Gets the current active configuration setting of magic_quotes_runtime
WarningThis function has been
DEPRECATED as of PHP 7.4.0, and REMOVED as of PHP 8.0.0. Relying on this function
is highly discouraged.
Description
false get_magic_quotes_runtime()
Always returns false
.
Parameters
This function has no parameters.
Return Values
Always returns false
.