PHP:exit()的用法_misc函数 exit (PHP 4, PHP 5) exit — 输出一个消息并且退出当前脚本 说明 void exit ([ string $status ] ) void exit ( int $status... 技术教程 4个月前08520
PHP:ignore_user_abort()的用法_misc函数 ignore_user_abort (PHP 4, PHP 5) ignore_user_abort — 设置客户端断开连接时是否中断脚本的执行 说明 int ignore_user_abort ... 技术教程 4个月前07950
PHP:eval()的用法_misc函数 eval (PHP 4, PHP 5) eval — 把字符串作为PHP代码执行 说明 mixed eval ( string $code ) 把字符串 code 作为PHP代码执行。 Caution... 技术教程 4个月前07310
PHP:highlight_file()的用法_misc函数 highlight_file (PHP 4, PHP 5) highlight_file — 语法高亮一个文件 说明 mixed highlight_file ( string $filename ... 技术教程 4个月前08030
PHP:pack()的用法_misc函数 pack (PHP 4, PHP 5) pack — Pack data into binary string 说明 string pack ( string $format [, mixed $ar... 技术教程 4个月前07650
PHP:php_strip_whitespace()的用法_misc函数 php_strip_whitespace (PHP 5) php_strip_whitespace — 返回删除注释和空格后的PHP源码 说明 string php_strip_whitespace ... 技术教程 4个月前08280
PHP:highlight_string()的用法_misc函数 highlight_string (PHP 4, PHP 5) highlight_string — 字符串的语法高亮 说明 mixed highlight_string ( string $str ... 技术教程 4个月前08640
PHP:get_browser()的用法_misc函数 get_browser (PHP 4, PHP 5) get_browser — 获取浏览器具有的功能 说明 mixed get_browser ([ string $user_agent [, bo... 技术教程 4个月前07520