get_magic_quotes_runtime
(PHP3 >= 3.0.6 , PHP4)
get_magic_quotes_runtime --- 取得目前magic_quotes_runtime的设定值
语法 :
long get_magic_quotes_runtime
(void)说明 :
传回目前magic_quotes_runtime的设定值,0表示关闭,1表示开启。
参考 : get_magic_quotes_gpc( ) set_magic_quotes_runtime( )