parsekit_func_arginfo
소개
기타 기본 확장
PHP Manual
Standard PHP Library (SPL)
소개
설치/설정
요구 조건
설치
실행시 설정
자원형
예약 상수
Datastructures
SplDoublyLinkedList
— The SplDoublyLinkedList class
SplStack
— The SplStack class
SplQueue
— The SplQueue class
SplHeap
— The SplHeap class
SplMaxHeap
— The SplMaxHeap class
SplMinHeap
— The SplMinHeap class
SplPriorityQueue
— The SplPriorityQueue class
SplFixedArray
— The SplFixedArray class
SplObjectStorage
— The SplObjectStorage class
Iterators
AppendIterator
— The AppendIterator class
ArrayIterator
— The ArrayIterator class
CachingIterator
— The CachingIterator class
DirectoryIterator
— The DirectoryIterator class
EmptyIterator
— The EmptyIterator class
FilesystemIterator
— The FilesystemIterator class
FilterIterator
— The FilterIterator class
GlobIterator
— The GlobIterator class
InfiniteIterator
— The InfiniteIterator class
IteratorIterator
— The IteratorIterator class
LimitIterator
— The LimitIterator class
MultipleIterator
— The MultipleIterator class
NoRewindIterator
— The NoRewindIterator class
ParentIterator
— The ParentIterator class
RecursiveArrayIterator
— The RecursiveArrayIterator class
RecursiveCachingIterator
— The RecursiveCachingIterator class
RecursiveDirectoryIterator
— The RecursiveDirectoryIterator class
RecursiveIteratorIterator
— The RecursiveIteratorIterator class
RecursiveRegexIterator
— The RecursiveRegexIterator class
The RegexIterator class
SimpleXMLIterator
— The SimpleXMLIterator class
Interfaces
Countable
— The Countable interface
RecursiveIterator
— The RecursiveIterator interface
SeekableIterator
— The SeekableIterator interface
Exceptions
BadFunctionCallException
— The BadFunctionCallException class
BadMethodCallException
— The BadMethodCallException class
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 함수 목록
class_implements
— Return the interfaces which are implemented by the given class
class_parents
— Return the parent classes of the given class
iterator_apply
— Apply a user function to every element of 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
ArrayObject
— The ArrayObject class
ArrayObject::append
— Appends the value
ArrayObject::asort
— Sort the entries by value
ArrayObject::__construct
— Construct a new array object
ArrayObject::count
— Get the number of public properties in the ArrayObject
ArrayObject::exchangeArray
— Exchange the array for another one.
ArrayObject::getArrayCopy
— Creates a copy of the ArrayObject.
ArrayObject::getFlags
— Gets the behavior flags.
ArrayObject::getIterator
— Create a new iterator from an ArrayObject instance
ArrayObject::getIteratorClass
— Gets the iterator classname for the ArrayObject.
ArrayObject::ksort
— Sort the entries by key
ArrayObject::natcasesort
— Sort an array using a case insensitive "natural order" algorithm
ArrayObject::natsort
— Sort entries using a "natural order" algorithm
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
ArrayObject::setFlags
— Sets the behavior flags.
ArrayObject::setIteratorClass
— Sets the iterator classname for the ArrayObject.
ArrayObject::uasort
— Sort the entries with a user-defined comparison function and maintain key association
ArrayObject::uksort
— Sort the entries by keys using a user-defined comparison function
SplFileInfo
— The SplFileInfo class
SplFileInfo::__construct
— Construct a new SplFileInfo object
SplFileInfo::getATime
— Gets last access time of the file
SplFileInfo::getBasename
— Gets the base name of the file
SplFileInfo::getCTime
— Gets the inode change time
SplFileInfo::getFileInfo
— Gets an SplFileInfo object for the file
SplFileInfo::getFilename
— Gets the filename
SplFileInfo::getGroup
— Gets the file group
SplFileInfo::getInode
— Gets the inode for the file
SplFileInfo::getLinkTarget
— Gets the target of a link
SplFileInfo::getMTime
— Gets the last modified time
SplFileInfo::getOwner
— Gets the owner of the file
SplFileInfo::getPath
— Gets the path without filename
SplFileInfo::getPathInfo
— Gets an SplFileInfo object for the path
SplFileInfo::getPathname
— Gets the path to the file
SplFileInfo::getPerms
— Gets file permissions
SplFileInfo::getRealPath
— Gets absolute path to file
SplFileInfo::getSize
— Gets file size
SplFileInfo::getType
— Gets file type
SplFileInfo::isDir
— Tells if the file is a directory
SplFileInfo::isExecutable
— Tells if the file is executable
SplFileInfo::isFile
— Tells if the object references a regular file
SplFileInfo::isLink
— Tells if the file is a link
SplFileInfo::isReadable
— Tells if file is readable
SplFileInfo::isWritable
— Tells if the entry is writable
SplFileInfo::openFile
— Gets an SplFileObject object for the file
SplFileInfo::setFileClass
— Sets the class name used with SplFileInfo::openFile
SplFileInfo::setInfoClass
— Sets the class used with getFileInfo and getPathInfo
SplFileInfo::__toString
— Returns the path to the file as a string
SplFileObject
— The SplFileObject class
SplFileObject::__construct
— Construct a new file object.
SplFileObject::current
— Retrieve current line of file
SplFileObject::eof
— Reached end of file
SplFileObject::fflush
— Flushes the output to the file
SplFileObject::fgetc
— Gets character from file
SplFileObject::fgetcsv
— Gets line from file and parse as CSV fields
SplFileObject::fgets
— Gets line from file
SplFileObject::fgetss
— Gets line from file and strip HTML tags
SplFileObject::flock
— Portable file locking
SplFileObject::fpassthru
— Output all remaining data on a file pointer
SplFileObject::fscanf
— Parses input from file according to a format
SplFileObject::fseek
— Seek to a position
SplFileObject::fstat
— Gets information about the file
SplFileObject::ftell
— Return current file position
SplFileObject::ftruncate
— Truncates the file to a given length
SplFileObject::fwrite
— Write to file
SplFileObject::getChildren
— No purpose
SplFileObject::getCsvControl
— Get the delimiter and enclosure character for CSV
SplFileObject::getCurrentLine
— Alias of SplFileObject::fgets
SplFileObject::getFlags
— Gets flags for the SplFileObject
SplFileObject::getMaxLineLen
— Get maximum line length
SplFileObject::hasChildren
— SplFileObject does not have children
SplFileObject::key
— Get line number
SplFileObject::next
— Read next line
SplFileObject::rewind
— Rewind the file to the first line
SplFileObject::seek
— Seek to specified line
SplFileObject::setCsvControl
— Set the delimiter and enclosure character for CSV
SplFileObject::setFlags
— Sets flags for the SplFileObject
SplFileObject::setMaxLineLen
— Set maximum line length
SplFileObject::__toString
— Alias of SplFileObject::current
SplFileObject::valid
— Not at EOF
parsekit_func_arginfo
소개
기타 기본 확장
PHP Manual