LOADING STUFF...

PHP:die()的用法_misc函数

die (PHP 4, PHP 5) die — 等同于 exit() 说明 语法结构等同于 exit().

PHP:exit()的用法_misc函数

exit (PHP 4, PHP 5) exit — 输出一个消息并且退出当前脚本 说明 void exit ([ string $status ] ) ...

PHP:ignore_user_abort()的用法_misc函数

ignore_user_abort (PHP 4, PHP 5) ignore_user_abort — 设置客户端断开连接时是否中断脚本的执行 说明 int ignore_user_ab...

PHP:eval()的用法_misc函数

eval (PHP 4, PHP 5) eval — 把字符串作为PHP代码执行 说明 mixed eval ( string $code ) ...

PHP:highlight_file()的用法_misc函数

highlight_file (PHP 4, PHP 5) highlight_file — 语法高亮一个文件 说明 mixed highlight_file ( string $filenam...

PHP:pack()的用法_misc函数

pack (PHP 4, PHP 5) pack — Pack data into binary string 说明 string pack ( string $format [, mixed ...

PHP:php_strip_whitespace()的用法_misc函数

php_strip_whitespace (PHP 5) php_strip_whitespace — 返回删除注释和空格后的PHP源码 说明 string php_strip_whitespace ...

PHP:highlight_string()的用法_misc函数

highlight_string (PHP 4, PHP 5) highlight_string — 字符串的语法高亮 说明 mixed highlight_string ( string $s...

PHP:get_browser()的用法_misc函数

get_browser (PHP 4, PHP 5) get_browser — 获取浏览器具有的功能 说明 mixed get_browser ([ string $user_agent ...
1 212 213 214 215 216 360