(PECL bcompiler >= 0.5)
bcompiler_write_constant — д�붨����ij������ֽ���
$filehandle
, string $constantName
) : bool�� PHP ��ȡ���ڵij������ֽ��벢������д����ļ�����С�
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��
Example #1 bcompiler_write_constant() ����
<?php
define("MODULE_MAX", 30);
$fh = fopen("/tmp/example","w");
bcompiler_write_header($fh);
bcompiler_write_constant($fh,"MODULE_MAX");
bcompiler_write_footer($fh);
fclose($fh);
?>
�˺�����ʵ�����ġ��˺����ı��������Ƽ�������ĵ���������δ���� PHP �����汾��δ֪ͨ�ͱ��ġ�ʹ�ñ����������Ե� ��