(PECL bcompiler >= 0.6)
bcompiler_write_file — д�� PHP Դ���ļ����ֽ���
$filehandle
, string $filename
) : bool���������ָ����Դ�������ֽ��룬��������д����ļ�����С�
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��
Example #1 bcompiler_write_file() ����
<?php
$fh = fopen("example.phb", "w");
bcompiler_write_header($fh);
bcompiler_write_file($fh, "example.php");
bcompiler_write_footer($fh);
fclose($fh);
/* ��������ȵģ�
include "example.php";
��
include "example.phb";
*/
?>
�˺�����ʵ�����ġ��˺����ı��������Ƽ�������ĵ���������δ���� PHP �����汾��δ֪ͨ�ͱ��ġ�ʹ�ñ����������Ե� ��