高度な使用法 (Previous) (Next) PHP_Compat::loadConstant

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

PHP_Compat::loadFunction()

PHP_Compat::loadFunction() -- 関数をロードする

説明

関数をロードします。

パラメータ

mixed $function

ロードしたい関数の名前、もしくは関数の配列

返り値

mixed

関数がロードされた場合は、TRUE を返します。
定義済みであるか定義ファイルをロードできず、関数がロードされない場合、 FALSE を返します。
ロードする関数の配列を渡した場合は、TRUE/FALSE の配列が返されます。

注意

この関数は、スタティックにコール されます。

高度な使用法 (Previous) (Next) PHP_Compat::loadConstant

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.