(PECL bcompiler >= 0.5)
bcompiler_write_functions_from_file — ���ֽ���д��һ���ļ��ж���������Ժ���
$filehandle
, string $fileName
) : bool�Ӹ������ļ�����������������к������������Ƕ�Ӧ���ֽ���д����ļ�����С�
filehandle
fopen() �����ص�һ���ļ������
fileName
Ҫ������ļ��������DZ��� inculde �� require �����Ҫ������ļ���
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��
Example #1 bcompiler_write_functions_from_file() ����
<?php
require('module.php');
$fh = fopen("/tmp/example","w");
bcompiler_write_header($fh);
bcompiler_write_functions_from_file($fh,'module.php');
bcompiler_write_footer($fh);
fclose($fh);
?>
�˺�����ʵ�����ġ��˺����ı��������Ƽ�������ĵ���������δ���� PHP �����汾��δ֪ͨ�ͱ��ġ�ʹ�ñ����������Ե� ��