function_exists

(PHP 4, PHP 5, PHP 7)

function_exists��������ĺ����Ѿ�������ͷ��� TRUE

˵��

function_exists ( string $function_name ) : bool

���Ѿ�����ĺ����б�����ϵͳ�Դ��ĺ������û��Զ���ĺ������в��� function_name��

����

function_name

������������Ϊһ���ַ�����

����ֵ

��� function_name �����ҵ�ȷ��һ�������ͷ��� TRUE ����֮�򷵻� FALSE ��

Note:

�����﷨�ṹ���жϣ����� include_once �� echo ���᷵�� FALSE ��

����

Example #1 function_exists() ������

<?php
if (function_exists('imap_open')) {
    echo 
"IMAP functions are available.<br />\n";
} else {
    echo 
"IMAP functions are not available.<br />\n";
}
?>

ע��

Note:

�������û��߱�������ѡ�����ij����ʱ���ú�����Ҳ���ܴ��ڣ� image ����һ���ֳɵ����ӣ�

�μ�