PHP function get_magic_quotes_runtime()
Gets the current active configuration setting of magic_quotes_runtime
Availability in PHP 4.0
Gets the current active configuration setting of magic_quotes_runtime
Parameters
The function has no input parameters.
Return values
int
0 if magic quotes runtime is off, 1 otherwise.
Other resources
Loading comments...