PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

spl_autoload_register> <spl_autoload_extensions
Last updated: Fri, 29 Aug 2008

view this page in

spl_autoload_functions

(PHP 5 >= 5.1.2)

spl_autoload_functionsすべての登録済み __autoload() 関数を返す

説明

array spl_autoload_functions ( void )

すべての登録済み __autoload() 関数を取得します。

パラメータ

この関数にはパラメータはありません。

返り値

すべての登録済み __autoload 関数を配列で返します。 autoload スタックが有効になっていない場合は、FALSE. が返されます。 関数が何も登録されていない場合は、空の配列が返されます。



add a note add a note User Contributed Notes
spl_autoload_functions
There are no user contributed notes for this page.

spl_autoload_register> <spl_autoload_extensions
Last updated: Fri, 29 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites