PHP function set_magic_quotes_runtime()
Availability in PHP 4.0
Sets the current active configuration setting of magic_quotes_runtime
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$new_setting |
bool |
not | false for off, true for on. |
Return values
bool
Returns true on success, otherwise false on failure.