ホームページ >バックエンド開発 >PHPチュートリアル >未定義関数 bcompiler_write_header() の呼び出しエラーを解決するにはどうすればよいですか?
php 関数
致命的なエラー: PHP プログラムの実行中に未定義関数 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/ja /book.bcompiler.php
インストール方法: http://www.php.net/manual/ja/bcompiler.installation.php