get_magic_quotes_runtime
PHP 4, PHP 5, PHP 7
Deprecated: PHP 7.4.0
get_magic_quotes_runtime - Gets the current active configuration setting of magic_quotes_runtime
Manual
get_magic_quotes_runtime(
): bool
Returns the current active configuration setting of magic_quotes_runtime.
Parameters
This function has no parameters.
Return Values
Returns 0 if magic_quotes_runtime is off, 1 otherwise. Or always returns false as of PHP 5.4.0.
Changelog
Version | Description |
7.4.0 | This function has been deprecated. |