位置: 编程技术 - 正文
推荐整理分享PHP:__halt_compiler()的用法_misc函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 5 >= 5.1.0)
__halt_compiler — 中断编译器的执行
说明 void __halt_compiler ( void )中断编译器的执行。常用于在PHP脚本内嵌入数据,类似于安装文件。
可以通过常量 __COMPILER_HALT_OFFSET__ 获取数据开始字节所在的位置,且该常量仅被定义于使用了__halt_compiler的文件。
返回值没有返回值。
范例
Example #1 A __halt_compiler() 例子
<?php//openthisfile$fp=fopen(__FILE__,'r');//seekfilepointertodatafseek($fp,__COMPILER_HALT_OFFSET__);//andoutputitvar_dump(stream_get_contents($fp));//theendofthescriptexecution__halt_compiler();theinstallationdata(eg.tar,gz,PHP,etc.) 注释Note:
__halt_compiler() 仅能够在最外层使用。
PHP:die()的用法_misc函数 die(PHP4,PHP5)die等同于exit()说明语法结构等同于exit().
PHP:defined()的用法_misc函数 defined(PHP4,PHP5)defined检查某个名称的常量是否存在说明booldefined(string$name)检查该名称的常量是否已定义。Note:如果你要检查一个变量是否存在,请使用isset
PHP:constant()的用法_misc函数 constant(PHP4=4.0.4,PHP5)constant返回一个常量的值说明mixedconstant(string$name)通过name返回常量的值。当你不知道常量名,却需要获取常量的值时,constant()就很有
标签: PHP:__halt_compiler()的用法_misc函数
本文链接地址:https://www.jiuchutong.com/biancheng/284689.html 转载请保留说明!友情链接: 武汉网站建设