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