PHP:highlight_string()的用法 PHP
highlight_string
(PHP 4, PHP 5)
highlight_string — 字符串的语法高亮
说明
mixed highlight_string
( string $str
[, bool $return = false
] )
使用PHP内置的语法
PHP:php_strip_whitespace()的用法 PHP
php_strip_whitespace (PHP 5)
php_strip_whitespace — 返回删除注释和空格后的PHP源码 说明 string php_strip_whitespace ( string $file...
PHP:php_check_syntax()的用法 PHP
php_check_syntax
(PHP 5 <= 5.0.4)
php_check_syntax —
检查PHP的语法(并执行)指定的文件
说明
bool php_check_syntax
( string $filename
[, string &$error_mes
PHP:pack()的用法 PHP
pack
(PHP 4, PHP 5)
pack — Pack data into binary string
说明
string pack
( string $format
[, mixed $args
[, mixed $...
]] )
Pack given arguments into a binary string a
PHP:highlight_file()的用法 PHP
highlight_file (PHP 4, PHP 5)
highlight_file — 语法高亮一个文件 说明 mixed highlight_file ( string $filename [, bool $return...
PHP:eval()的用法 PHP
eval
(PHP 4, PHP 5)
eval — 把字符串作为PHP代码执行
说明
mixed eval
( string $code
)
把字符串 code 作为PHP代码执行。
Caution
The eval() langu
PHP:ignore_user_abort()的用法 PHP
ignore_user_abort (PHP 4, PHP 5)
ignore_user_abort — 设置客户端断开连接时是否中断脚本的执行 说明 int ignore_user_abort ([ string $value...
PHP:base64_decode()的用法 PHP
base64_decode
(PHP 4, PHP 5)
base64_decode — 对使用 MIME base64 编码的数据进行解码
说明
string base64_decode
( string $data
[, bool $strict = false
] )
对 ba
PHP:token_get_all()的用法 PHP
token_get_all (PHP 4 = 4.2.0, PHP 5)
token_get_all — 将提供的源码按 PHP 标记进行分割 说明 array token_get_all ( string $source )...
PHP:token_name()的用法 PHP
token_name
(PHP 4 >= 4.2.0, PHP 5)
token_name — 获取提供的 PHP 解析器代号的符号名称
说明
string token_name
( int $token
)
token_name() 获取一个 PHP