get_magic_quotes_runtime()
get_magic_quotes_runtime - Gets the current active configuration setting of magic_quotes_runtime
Syntax
int get_magic_quotes_runtime ()
Arguments
-
Description
Returns the current active configuration setting of magic_quotes_runtime.
Version
PHP 4, 5
Return value
Returns 0 if magic_quotes_runtime is off, 1 otherwise.