Librería estándar de PHP (SPL)
- Introducción
- Instalación/Configuración
- Constantes predefinidas
- Estructuras de datos
- SplDoublyLinkedList — The SplDoublyLinkedList class
- SplStack — The SplStack class
- SplQueue — The SplQueue class
- SplHeap — La clase SplHeap
- SplMaxHeap — The SplMaxHeap class
- SplMinHeap — The SplMinHeap class
- SplPriorityQueue — The SplPriorityQueue class
- SplFixedArray — The SplFixedArray class
- SplObjectStorage — The SplObjectStorage class
- Iteradores
- AppendIterator — La clase AppendIterator
- ArrayIterator — La clase ArrayIterator
- CachingIterator — La clase CachingIterator
- DirectoryIterator — La clase DirectoryIterator
- EmptyIterator — La clase EmptyIterator
- FilesystemIterator — The FilesystemIterator class
- FilterIterator — The FilterIterator class
- GlobIterator — La clase GlobIterator
- InfiniteIterator — The InfiniteIterator class
- IteratorIterator — The IteratorIterator class
- LimitIterator — La clase LimitIterator
- MultipleIterator — The MultipleIterator class
- NoRewindIterator — The NoRewindIterator class
- ParentIterator — La clase ParentIterator
- RecursiveArrayIterator — The RecursiveArrayIterator class
- RecursiveCachingIterator — The RecursiveCachingIterator 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
- SimpleXMLIterator — The SimpleXMLIterator class
- Interfaces
- Countable — El interfaz Countable
- OuterIterator — El interfaz OuterIterator
- RecursiveIterator — The RecursiveIterator interface
- SeekableIterator — The SeekableIterator interface
- Excepciones
- BadFunctionCallException — La clase BadFunctionCallException
- BadMethodCallException — La clase BadMethodCallException
- DomainException — The DomainException class
- InvalidArgumentException — The InvalidArgumentException class
- LengthException — The LengthException class
- LogicException — La clase LogicException
- OutOfBoundsException — The OutOfBoundsException class
- OutOfRangeException — The OutOfRangeException class
- OverflowException — The OverflowException class
- RangeException — La clase RangeException
- RuntimeException — The RuntimeException class
- UnderflowException — The UnderflowException class
- UnexpectedValueException — The UnexpectedValueException class
- Funciones SPL
- class_implements — Return the interfaces which are implemented by the given class
- class_parents — Return the parent classes of the given class
- iterator_apply — Call a function for every element in an iterator
- iterator_count — Count the elements in an iterator
- iterator_to_array — Copy the iterator into an array
- spl_autoload_call — Try all registered __autoload() function to load the requested class
- spl_autoload_extensions — Register and return default file extensions for spl_autoload
- spl_autoload_functions — Return all registered __autoload() functions
- spl_autoload_register — Register given function as __autoload() implementation
- spl_autoload_unregister — Unregister given function as __autoload() implementation
- spl_autoload — Default implementation for __autoload()
- spl_classes — Return available SPL classes
- spl_object_hash — Return hash id for given object
- Manejo de ficheros
- SplFileInfo — La clase SplFileInfo
- SplFileObject — The SplFileObject class
- SplTempFileObject — La clase SplTempFileObject
- Misceláneos clases e interfaces
- ArrayObject — La clase ArrayObject
- SplObserver — The SplObserver interface
- SplSubject — El interfaz SplSubject
There are no user contributed notes for this page.
