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

search for in the

spl_autoload_extensions> <iterator_to_array
Last updated: Fri, 13 Nov 2009

view this page in

spl_autoload_call

(PHP 5 >= 5.1.2)

spl_autoload_call要求されたクラスを読み込むために、すべての登録済みの __autoload() 関数を試す

説明

void spl_autoload_call ( string $class_name )

この関数は、登録済みの __autoload 関数を使用して クラスあるいはインターフェイスを手動で探すために使用することができます。

パラメータ

class_name

探したいクラス名。

返り値

値を返しません。



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

spl_autoload_extensions> <iterator_to_array
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites