网站首页

>>

PHP初级教程手册


函数:get_magic_quotes_runtime()



get_magic_quotes_runtime

取得 PHP 环境变量 magic_quotes_runtime 的值。

语法: long get_magic_quotes_runtime(void);

返回值: 长整数

函数种类: PHP 系统功能

内容说明

本函数取得 PHP 环境配置的变量 magic_quotes_runtime 值。返回 0 表示关闭本功能;返回 1 表示本功能打开。若 magic_quotes_runtime 打开时,所有外部引入的数据库资料或者文件等等都会自动转为含有反斜线溢出字符的资料。

参考

get_magic_quotes_gpc()  set_magic_quotes_runtime()  



整理: (www.phpernote.com)

[ 上一页   目录页   下一页 ]

|