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

heronivy 2013-09-29 12:54:17
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);
...全文
127 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
iasky 2013-09-29
  • 打赏
  • 举报
回复
需要安装 http://www.php.net/manual/en/book.bcompiler.php 安装方式:http://www.php.net/manual/en/bcompiler.installation.php
xuzuning 2013-09-29
  • 打赏
  • 举报
回复
安装 bcompiler 扩展 :http://pecl.php.net/package/bcompiler

21,886

社区成员

发帖
与我相关
我的任务
社区描述
从PHP安装配置,PHP入门,PHP基础到PHP应用
社区管理员
  • 基础编程社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧