Replace the function:
set_magic_quotes_runtime($new_setting);
with:
ini_set("magic_quotes_runtime", $new_setting);
The above introduces the solution to the obsolete function of runtimeexception php set_magic_quotes_runtime, including the content of runtimeexception. I hope it will be helpful to friends who are interested in PHP tutorials.