bcompiler_write_function

(PECL bcompiler >= 0.5)

bcompiler_write_function���ֽ���д�붨����ĺ���

˵��

bcompiler_write_function ( resource $filehandle , string $functionName ) : bool

�� PHP ��ȡ�ִ溯�����ֽ��룬��������д��򿪵��ļ�����С�˳�򲢲���Ҫ�� ��������躯�� b �õ��˺��� a��������������������������ǣ����Ṥ���úܺã�

����

filehandle

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

functionName

���������ַ�������ʽ��

����ֵ

�ɹ�ʱ���� TRUE�� ������ʧ��ʱ���� FALSE��

����

Example #1 bcompiler_write_function() ����

<?php
$fh 
fopen("/tmp/example","w");
bcompiler_write_header($fh);
bcompiler_write_function($fh,"my_function_a");
bcompiler_write_function($fh,"my_function_b");
bcompiler_write_footer($fh);
fclose($fh);

?>

ע��

Warning

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

�μ�