位置: 编程技术 - 正文
推荐整理分享PHP:highlight_string()的用法_misc函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4, PHP 5)
highlight_string — 字符串的语法高亮
说明 mixed highlight_string ( string $str [, bool $return = false ] )使用PHP内置的语法高亮器所定义的颜色,打印输出或者返回输出或者返回语法高亮版本的PHP代码。
参数str
需要高亮的PHP代码,应当包含开始标签。
return设置该参数为 TRUE 使函数返回高亮后的代码。
返回值如果 return 设置为 TRUE,高亮后的代码不会被打印输出,而是以字符串的形式返回。 高亮成功返回 TRUE,否则返回 FALSE。
更新日志版本 说明 4.2.0 添加了 return 的参数。
范例
Example #1 highlight_string() 例子
<?phphighlight_string('<?phpphpinfo();?>');?>PHP4中,上例会输出:
PHP5中,上例会输出:
注释Note:
当使用了return参数时,本函数使用其内部输出缓冲,因此不能在ob_start() 回调函数的内部使用。
参见highlight_file() - 语法高亮一个文件
PHP:php_strip_whitespace()的用法_misc函数 php_strip_whitespace(PHP5)php_strip_whitespace返回删除注释和空格后的PHP源码说明stringphp_strip_whitespace(string$filename)返回删除注释和空格后filename的PHP源码。这对实
PHP:php_check_syntax()的用法_misc函数 php_check_syntax(PHP5=5.0.4)php_check_syntax检查PHP的语法(并执行)指定的文件说明boolphp_check_syntax(string$filename[,string&$error_message])对指定的filename进行语法检查,
PHP:pack()的用法_misc函数 pack(PHP4,PHP5)packPackdataintobinarystring说明stringpack(string$format[,mixed$args[,mixed$...]])Packgivenargumentsintoabinarystringaccordingtoformat.TheideaforthisfunctionwastakenfromPerlandallform
标签: PHP:highlight_string()的用法_misc函数
本文链接地址:https://www.jiuchutong.com/biancheng/280629.html 转载请保留说明!友情链接: 武汉网站建设