首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

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

2013-10-24 
Call to undefined function bcompiler_write_header() 错误怎么解决?php程序运行时出现:Fatal error: Cal

Call to undefined function bcompiler_write_header() 错误怎么解决?
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);
php function
[解决办法]
安装 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

热点排行