(PECL bcompiler >= 0.4)
bcompiler_write_class — д�붨���������ֽ���
$filehandle
, string $className
[, string $extends
] ) : bool�� PHP ��ȡ�Ѵ��ڵ�����ֽ��룬��������д����ļ�����С�
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��
Example #1 bcompiler_write_class() ����
<?php
$fh = fopen("/tmp/example","w");
bcompiler_write_header($fh);
bcompiler_write_class($fh,"DB");
// ��������� DB_mysql д�� DB_common����ΪDB_mysql extends DB_common��
bcompiler_write_class($fh,"DB_common");
bcompiler_write_class($fh,"DB_mysql");
bcompiler_write_footer($fh);
fclose($fh);
?>
�˺�����ʵ�����ġ��˺����ı��������Ƽ�������ĵ���������δ���� PHP �����汾��δ֪ͨ�ͱ��ġ�ʹ�ñ����������Ե� ��
Note:
�ú�������ִ��������飬����ȷ����д�����˳��ֹ�ڼ��ص�ʱ���� undefined class ����