Manek start
Film
Cenne wpisy
Zobaczymy
Standard PHP Library (SPL)
parsekit_func_arginfo
WstΔp
Inne podstawowe rozszerzenia
PHP Manual
Standard PHP Library (SPL)
WstΔp
Instalacja/Konfiguracja
Instalacja
Konfiguracja wykonawcza
Typy zasobΓ³w
StaΕe predefiniowane
Datastructures
SPL Funkcje
class_implements
β Return the interfaces which are implemented by the given class
class_parents
β Return the parent classes of the given class
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
ArrayIterator
β The ArrayIterator class
ArrayIterator::current
β Return current array entry
ArrayIterator::key
β Return current array key
ArrayIterator::next
β Move to next entry
ArrayIterator::rewind
β Rewind array back to the start
ArrayIterator::seek
β Seek to position
ArrayIterator::valid
β Check whether array contains more entries
ArrayObject
β The ArrayObject class
ArrayObject::append
β Appends the value
ArrayObject::__construct
β Construct a new array object
ArrayObject::count
β Get the number of elements in the Iterator
ArrayObject::getIterator
β Create a new iterator from an ArrayObject instance
ArrayObject::offsetExists
β Returns whether the requested $index exists
ArrayObject::offsetGet
β Returns the value at the specified $index
ArrayObject::offsetSet
β Sets the value at the specified $index to $newval
ArrayObject::offsetUnset
β Unsets the value at the specified $index
CachingIterator
β The CachingIterator class
CachingIterator::hasNext
β Check whether the inner iterator has a valid next element
CachingIterator::next
β Move the iterator forward
CachingIterator::rewind
β Rewind the iterator
CachingIterator::__toString
β Return the string representation of the current element
CachingIterator::valid
β Check whether the current element is valid
RecursiveCachingIterator
β The RecursiveCachingIterator class
RecursiveCachingIterator::getChildren
β Return the inner iterator's children as a RecursiveCachingIterator
RecursiveCachingIterator::hasChildren
β Check whether the current element of the inner iterator has children
DirectoryIterator
β The DirectoryIterator class
DirectoryIterator::__construct
β Constructs a new dir iterator from a path
DirectoryIterator::current
β Return this (needed for Iterator interface)
DirectoryIterator::getATime
β Get last access time of file
DirectoryIterator::getCTime
β Get inode modification time of file
DirectoryIterator::getFilename
β Return filename of current dir entry
DirectoryIterator::getGroup
β Get file group
DirectoryIterator::getInode
β Get file inode
DirectoryIterator::getMTime
β Get last modification time of file
DirectoryIterator::getOwner
β Get file owner
DirectoryIterator::getPath
β Return directory path
DirectoryIterator::getPathname
β Return path and filename of current dir entry
DirectoryIterator::getPerms
β Get file permissions
DirectoryIterator::getSize
β Get file size
DirectoryIterator::getType
β Get file type
DirectoryIterator::isDir
β Returns true if file is directory
DirectoryIterator::isDot
β Returns true if current entry is '.' or '..'
DirectoryIterator::isExecutable
β Returns true if file is executable
DirectoryIterator::isFile
β Returns true if file is a regular file
DirectoryIterator::isLink
β Returns true if file is symbolic link
DirectoryIterator::isReadable
β Returns true if file can be read
DirectoryIterator::isWritable
β Returns true if file can be written
DirectoryIterator::key
β Return current dir entry
DirectoryIterator::next
β Move to next entry
DirectoryIterator::rewind
β Rewind dir back to the start
DirectoryIterator::valid
β Check whether dir contains more entries
FilterIterator
β The FilterIterator class
FilterIterator::current
β Get the current element value
FilterIterator::getInnerIterator
β Get the inner iterator
FilterIterator::key
β Get the current key
FilterIterator::next
β Move the iterator forward
FilterIterator::rewind
β Rewind the iterator
FilterIterator::valid
β Check whether the current element is valid
LimitIterator
β The LimitIterator class
LimitIterator::getPosition
β Return the current position
LimitIterator::next
β Move the iterator forward
LimitIterator::rewind
β Rewind the iterator to the specified starting offset
LimitIterator::seek
β Seek to the given position
LimitIterator::valid
β Check whether the current element is valid
ParentIterator
β The ParentIterator class
ParentIterator::getChildren
β Return the inner iterator's children contained in a ParentIterator
ParentIterator::hasChildren
β Check whether the inner iterator's current element has children
ParentIterator::next
β Move the iterator forward
ParentIterator::rewind
β Rewind the iterator
RecursiveDirectoryIterator
β The RecursiveDirectoryIterator class
RecursiveDirectoryIterator::getChildren
β Returns an iterator for the current entry if it is a directory
RecursiveDirectoryIterator::hasChildren
β Returns whether current entry is a directory and not '.' or '..'
RecursiveDirectoryIterator::key
β Return path and filename of current dir entry
RecursiveDirectoryIterator::next
β Move to next entry
RecursiveDirectoryIterator::rewind
β Rewind dir back to the start
RecursiveIteratorIterator
β The RecursiveIteratorIterator class
RecursiveIteratorIterator::current
β Access the current element value
RecursiveIteratorIterator::getDepth
β Get the current depth of the recursive iteration
RecursiveIteratorIterator::getSubIterator
β The current active sub iterator
RecursiveIteratorIterator::key
β Access the current key
RecursiveIteratorIterator::next
β Move forward to the next element
RecursiveIteratorIterator::rewind
β Rewind the iterator to the first element of the top level inner iterator
RecursiveIteratorIterator::valid
β Check whether the current position is valid
SimpleXMLIterator
β The SimpleXMLIterator class
SimpleXMLIterator::current
β Return current SimpleXML entry
SimpleXMLIterator::getChildren
β Returns an iterator for the current entry if it is a SimpleXML object
SimpleXMLIterator::hasChildren
β Returns whether current entry is a SimpleXML object
SimpleXMLIterator::key
β Return current SimpleXML key
SimpleXMLIterator::next
β Move to next entry
SimpleXMLIterator::rewind
β Rewind SimpleXML back to the start
SimpleXMLIterator::valid
β Check whether SimpleXML contains more entries
SplDoublyLinkedList
β The SplDoublyLinkedList class
SplDoublyLinkedList::bottom
β Peaks at the node from the beginning of the doubly linked list
SplDoublyLinkedList::__construct
β Constructs a new doubly linked list
SplDoublyLinkedList::count
β Counts the number of elements in the doubly linked list.
SplDoublyLinkedList::current
β Return current array entry
SplDoublyLinkedList::getIteratorMode
β Returns the mode of iteration
SplDoublyLinkedList::isEmpty
β Checks whether the doubly linked list is empty.
SplDoublyLinkedList::key
β Return current node index
SplDoublyLinkedList::next
β Move to next entry
SplDoublyLinkedList::offsetExists
β Returns whether the requested $index exists
SplDoublyLinkedList::offsetGet
β Returns the value at the specified $index
SplDoublyLinkedList::offsetSet
β Sets the value at the specified $index to $newval
SplDoublyLinkedList::offsetUnset
β Unsets the value at the specified $index
SplDoublyLinkedList::pop
β Pops a node from the end of the doubly linked list
SplDoublyLinkedList::push
β Pushes an element at the end of the doubly linked list
SplDoublyLinkedList::rewind
β Rewind iterator back to the start
SplDoublyLinkedList::setIteratorMode
β Sets the mode of iteration
SplDoublyLinkedList::shift
β Shifts a node from the beginning of the doubly linked list
SplDoublyLinkedList::top
β Peaks at the node from the end of the doubly linked list
SplDoublyLinkedList::unshift
β Prepends the doubly linked list with an element
SplDoublyLinkedList::valid
β Check whether the doubly linked list contains more nodes
SplStack
β The SplStack class
SplStack::__construct
β Constructs a new stack implemented using a doubly linked list
SplStack::setIteratorMode
β Sets the mode of iteration
SplQueue
β The SplQueue class
SplQueue::__construct
β Constructs a new queue implemented using a doubly linked list
SplQueue::dequeue
β Dequeues a node from the queue
SplQueue::enqueue
β Adds an element to the queue.
SplQueue::setIteratorMode
β Sets the mode of iteration
SplHeap
β The SplHeap class
SplHeap::compare
β Compare elements in order to place them correctly in the heap while sifting up.
SplHeap::__construct
β Constructs a new empty heap
SplHeap::count
β Counts the number of elements in the heap.
SplHeap::current
β Return current node pointed by the iterator
SplHeap::extract
β Extracts a node from top of the heap and sift up.
SplHeap::insert
β Inserts an element in the heap by sifting it up.
SplHeap::isEmpty
β Checks whether the heap is empty.
SplHeap::key
β Return current node index
SplHeap::next
β Move to the next node
SplHeap::recoverFromCorruption
β Recover from the corrupted state and allow further actions on the heap.
SplHeap::rewind
β Rewind iterator back to the start (no-op)
SplHeap::top
β Peaks at the node from the top of the heap
SplHeap::valid
β Check whether the heap contains more nodes
SplMaxHeap
β The SplMaxHeap class
SplMaxHeap::compare
β Compare elements in order to place them correctly in the heap while sifting up.
SplMinHeap
β The SplMinHeap class
SplMinHeap::compare
β Compare elements in order to place them correctly in the heap while sifting up.
SplPriorityQueue
β The SplPriorityQueue class
SplPriorityQueue::compare
β Compare priorities in order to place elements correctly in the heap while sifting up.
SplPriorityQueue::__construct
β Constructs a new empty queue
SplPriorityQueue::count
β Counts the number of elements in the queue.
SplPriorityQueue::current
β Return current node pointed by the iterator
SplPriorityQueue::extract
β Extracts a node from top of the heap and sift up.
SplPriorityQueue::insert
β Inserts an element in the queue by sifting it up.
SplPriorityQueue::isEmpty
β Checks whether the queue is empty.
SplPriorityQueue::key
β Return current node index
SplPriorityQueue::next
β Move to the next node
SplPriorityQueue::recoverFromCorruption
β Recover from the corrupted state and allow further actions on the queue.
SplPriorityQueue::rewind
β Rewind iterator back to the start (no-op)
SplPriorityQueue::setExtractFlags
β Sets the mode of extraction
SplPriorityQueue::top
β Peaks at the node from the top of the queue
SplPriorityQueue::valid
β Check whether the queue contains more nodes
parsekit_func_arginfo
WstΔp
Inne podstawowe rozszerzenia
PHP Manual
biΕΌuteria z brylantem
|
piΓ³ra waterman
|
obrΔ czki Εlubne
|
Fundusz emerytalny Commercial
|
praca koder HTML
|
poduszki na obrΔ czki Εlubne
Copyright by Ty i on czyli manek
Design by
flankerds.com