bcompiler_write_file

(PECL bcompiler >= 0.6)

bcompiler_write_fileд�� PHP Դ���ļ����ֽ���

˵��

bcompiler_write_file ( resource $filehandle , string $filename ) : bool

���������ָ����Դ�������ֽ��룬��������д��򿪵��ļ�����С�

����

filehandle

fopen() ���ص�һ���ļ������

filename

Դ���ļ�·�����ַ�������ʽ��

����ֵ

�ɹ�ʱ���� 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";
*/
?>

ע��

Warning

�˺�����ʵ�����ġ��˺����ı��󣬰������Ƽ�������ĵ���������δ���� PHP �����汾��δ֪ͨ�ͱ��޸ġ�ʹ�ñ����������Ե� ��

�μ�