? SeasLog::warning
簡介 ?
Bejson.com
PHP Manual
其它基本擴(kuò)展
PHP 標(biāo)準(zhǔn)庫(SPL)
PHP 標(biāo)準(zhǔn)庫(SPL)
簡介
安裝/配置
需求
安裝
運(yùn)行時(shí)配置
資源類型
預(yù)定義常量
數(shù)據(jù)結(jié)構(gòu)
SplDoublyLinkedList
— The SplDoublyLinkedList class
SplStack
— SplStack 類
SplQueue
— SplQueue 類
SplHeap
— The SplHeap class
SplMaxHeap
— The SplMaxHeap class
SplMinHeap
— The SplMinHeap class
SplPriorityQueue
— The SplPriorityQueue class
SplFixedArray
— The SplFixedArray class
SplObjectStorage
— The SplObjectStorage class
迭代器
AppendIterator
— AppendIterator 類
ArrayIterator
— ArrayIterator 類
CachingIterator
— The CachingIterator class
CallbackFilterIterator
— The CallbackFilterIterator class
DirectoryIterator
— The DirectoryIterator class
EmptyIterator
— The EmptyIterator class
FilesystemIterator
— The FilesystemIterator class
FilterIterator
— FilterIterator 類
GlobIterator
— GlobIterator 類
InfiniteIterator
— The InfiniteIterator class
IteratorIterator
— The IteratorIterator class
LimitIterator
— LimitIterator 類
MultipleIterator
— The MultipleIterator class
NoRewindIterator
— The NoRewindIterator class
ParentIterator
— The ParentIterator class
RecursiveArrayIterator
— The RecursiveArrayIterator class
RecursiveCachingIterator
— The RecursiveCachingIterator class
RecursiveCallbackFilterIterator
— The RecursiveCallbackFilterIterator class
RecursiveDirectoryIterator
— The RecursiveDirectoryIterator class
RecursiveFilterIterator
— The RecursiveFilterIterator class
RecursiveIteratorIterator
— The RecursiveIteratorIterator class
RecursiveRegexIterator
— The RecursiveRegexIterator class
RecursiveTreeIterator
— The RecursiveTreeIterator class
RegexIterator
— The RegexIterator class
接口
Countable
— Countable 接口
OuterIterator
— The OuterIterator interface
RecursiveIterator
— The RecursiveIterator interface
SeekableIterator
— The SeekableIterator interface
異常
BadFunctionCallException
— The BadFunctionCallException class
BadMethodCallException
— BadMethodCallException 類
DomainException
— The DomainException class
InvalidArgumentException
— The InvalidArgumentException class
LengthException
— The LengthException class
LogicException
— The LogicException class
OutOfBoundsException
— The OutOfBoundsException class
OutOfRangeException
— The OutOfRangeException class
OverflowException
— The OverflowException class
RangeException
— The RangeException class
RuntimeException
— The RuntimeException class
UnderflowException
— The UnderflowException class
UnexpectedValueException
— The UnexpectedValueException class
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
— 返回指定對象的hash id
spl_object_id
— Return the integer object handle for given object
文件處理
SplFileInfo
— The SplFileInfo class
SplFileObject
— SplFileObject 類
SplTempFileObject
— The SplTempFileObject class
各種類及接口
ArrayObject
— The ArrayObject class
SplObserver
— The SplObserver interface
SplSubject
— The SplSubject interface