? UnexpectedValueException
class_implements ?
Bejson.com
PHP Manual
SPL
SPL 函數(shù)
SPL 函數(shù)
目錄
class_implements
— 返回指定的類實(shí)現(xiàn)的所有接口。
class_parents
— 返回指定類的父類。
class_uses
— Return the traits used by the given class
iterator_apply
— 為迭代器中每個(gè)元素調(diào)用一個(gè)用戶自定義函數(shù)
iterator_count
— 計(jì)算迭代器中元素的個(gè)數(shù)
iterator_to_array
— 將迭代器中的元素拷貝到數(shù)組
spl_autoload_call
— 嘗試調(diào)用所有已注冊的 __autoload() 函數(shù)來裝載請求類
spl_autoload_extensions
— 注冊并返回 spl_autoload 函數(shù)使用的默認(rèn)文件擴(kuò)展名
spl_autoload_functions
— 返回所有已注冊的 __autoload() 函數(shù)
spl_autoload_register
— 注冊給定的函數(shù)作為 __autoload 的實(shí)現(xiàn)
spl_autoload_unregister
— 注銷已注冊的 __autoload() 函數(shù)
spl_autoload
— __autoload()函數(shù)的默認(rèn)實(shí)現(xiàn)
spl_classes
— 返回所有可用的SPL類
spl_object_hash
— 返回指定對(duì)象的hash id
spl_object_id
— Return the integer object handle for given object