Home >Backend Development >PHP Tutorial >Call to undefined function bcompiler_write_header() 异常如何解决

Call to undefined function bcompiler_write_header() 异常如何解决

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-13 11:38:151142browse

Call to undefined function bcompiler_write_header() 错误怎么解决?
php程序运行时出现:Fatal error: Call to undefined function bcompiler_write_header() 错误,怎么解决。谢谢。代码如下:

<br />$fh = fopen($this->targetPaths[$key].'encrypt.php', "w");<br />                    bcompiler_write_header($fh);<br />                    bcompiler_write_file($fh, $this->targetPaths[$key]);<br />                    bcompiler_write_footer($fh);<br />                    fclose($fh);<br />

php function
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn