系統:Windows XP
PHP:5.2.3
安裝步驟:
- 請用Goolge大神尋找 php_bcompiler.dll(符合你 PHP 版本的 dll 檔),
- 將dll檔放到php放ext的資料夾,
- 在 php.ini 新增 extension=php_bcompiler.dll 設定。
<?php
$fh = fopen("example.phb", "w");
bcompiler_write_header($fh);
bcompiler_write_file($fh, "example.php");
bcompiler_write_footer($fh);
fclose($fh);
/* the following should be equivalent:
include "example.php";
and
include "example.phb";
*/
?>
沒有留言:
張貼留言