bcompiler_write_constant

(PECL bcompiler >= 0.5)

bcompiler_write_constantд�붨����ij������ֽ���

˵��

bcompiler_write_constant ( resource $filehandle , string $constantName ) : bool

�� PHP ��ȡ���ڵij������ֽ��벢������д��򿪵��ļ�����С�

����

filehandle

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

constantName

������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);

?>

ע��

Warning

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

�μ�