首頁 > 後端開發 > php教程 > Call to undefined function bcompiler_write_header() 错误怎么解决?

Call to undefined function bcompiler_write_header() 错误怎么解决?

WBOY
發布: 2016-06-23 14:23:06
原創
1118 人瀏覽過

php function

php程序运行时出现:Fatal error: Call to undefined function bcompiler_write_header() 错误,怎么解决。谢谢。代码如下:
$fh = fopen($this->targetPaths[$key].'encrypt.php', "w");                    bcompiler_write_header($fh);                    bcompiler_write_file($fh, $this->targetPaths[$key]);                    bcompiler_write_footer($fh);                    fclose($fh);
登入後複製

回复讨论(解决方案)

安装 bcompiler 扩展 :http://pecl.php.net/package/bcompiler

需要安装 http://www.php.net/manual/en/book.bcompiler.php

安装方式:http://www.php.net/manual/en/bcompiler.installation.php

來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板