Maison >développement back-end >tutoriel php > Call to undefined function bcompiler_write_header() 异常如何解决

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

WBOY
WBOYoriginal
2016-06-13 12:35:09863parcourir

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
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn