parsekit_func_arginfo
導入
その他の基本モジュール
PHP Manual
Standard PHP Library (SPL)
導入
インストール/設定
要件
インストール手順
実行時設定
リソース型
定義済み定数
データ構造
SplDoublyLinkedList
? SplDoublyLinkedList クラス
SplStack
? SplStack クラス
SplQueue
? SplQueue クラス
SplHeap
? SplHeap クラス
SplMaxHeap
? SplMaxHeap クラス
SplMinHeap
? SplMinHeap クラス
SplPriorityQueue
? SplPriorityQueue クラス
SplFixedArray
? SplFixedArray クラス
SplObjectStorage
? SplObjectStorage クラス
イテレータ
AppendIterator
? AppendIterator クラス
ArrayIterator
? ArrayIterator クラス
CachingIterator
? CachingIterator クラス
DirectoryIterator
? DirectoryIterator クラス
EmptyIterator
? EmptyIterator クラス
FilesystemIterator
? FilesystemIterator クラス
FilterIterator
? FilterIterator クラス
GlobIterator
? GlobIterator クラス
InfiniteIterator
? InfiniteIterator クラス
IteratorIterator
? IteratorIterator クラス
LimitIterator
? LimitIterator クラス
MultipleIterator
? MultipleIterator クラス
NoRewindIterator
? The NoRewindIterator class
ParentIterator
? ParentIterator クラス
RecursiveArrayIterator
? The RecursiveArrayIterator class
RecursiveCachingIterator
? RecursiveCachingIterator クラス
RecursiveDirectoryIterator
? RecursiveDirectoryIterator クラス
RecursiveFilterIterator
? The RecursiveFilterIterator class
RecursiveIteratorIterator
? RecursiveIteratorIterator クラス
RecursiveRegexIterator
? The RecursiveRegexIterator class
RegexIterator
? The RegexIterator class
SimpleXMLIterator
? SimpleXMLIterator クラス
インターフェイス
Countable
? Countable インターフェイス
OuterIterator
? The OuterIterator interface
RecursiveIterator
? The RecursiveIterator interface
SeekableIterator
? SeekableIterator クラス
例外
BadFunctionCallException
? BadFunctionCallException クラス
BadMethodCallException
? BadMethodCallException クラス
DomainException
? DomainException クラス
InvalidArgumentException
? InvalidArgumentException クラス
LengthException
? LengthException クラス
LogicException
? LogicException クラス
OutOfBoundsException
? OutOfBoundsException クラス
OutOfRangeException
? OutOfRangeException クラス
OverflowException
? OverflowException クラス
RangeException
? RangeException クラス
RuntimeException
? RuntimeException クラス
UnderflowException
? UnderflowException クラス
UnexpectedValueException
? UnexpectedValueException クラス
SPL 関数
class_implements
? 与えられたクラスが実装しているインターフェースを返す
class_parents
? 与えられたクラスの親クラスを返す
iterator_apply
? ユーザ関数をイテレータのすべての要素に適用する
iterator_count
? イテレータにある要素をカウントする
iterator_to_array
? イテレータを配列にコピーする
spl_autoload_call
? 要求されたクラスを読み込むために、すべての登録済みの __autoload() 関数を試す
spl_autoload_extensions
? spl_autoload 用のデフォルトの拡張子を登録し、それを返す
spl_autoload_functions
? すべての登録済み __autoload() 関数を返す
spl_autoload_register
? 指定した関数を __autoload() の実装として登録する
spl_autoload_unregister
? 指定した関数の、__autoload() の実装としての登録を解除する
spl_autoload
? __autoload() のデフォルト実装
spl_classes
? 利用可能な SPL クラスを返す
spl_object_hash
? 指定したオブジェクトのハッシュ ID を返す
ArrayObject
? ArrayObject クラス
ArrayObject::append
? 値を追加する
ArrayObject::asort
? Sort the entries by value
ArrayObject::__construct
? 新規配列オブジェクトを生成する
ArrayObject::count
? ArrayObject の public プロパティの数を取得する
ArrayObject::exchangeArray
? Exchange the array for another one.
ArrayObject::getArrayCopy
? Creates a copy of the ArrayObject.
ArrayObject::getFlags
? Gets the behavior flags.
ArrayObject::getIterator
? ArrayObject インスタンスから新規イテレータを生成する
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
? 要求されたインデックスが存在するかどうかを返す
ArrayObject::offsetGet
? 指定したインデックスの値を返す
ArrayObject::offsetSet
? 指定したインデックスに新しい値をセットする
ArrayObject::offsetUnset
? 指定したインデックスの値を解除する
ArrayObject::serialize
? Serialize an ArrayObject
ArrayObject::setFlags
? 処理フラグを設定する
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
ArrayObject::unserialize
? Unserialize an ArrayObject
SplFileInfo
? SplFileInfo クラス
SplFileInfo::__construct
? 新しい SplFileInfo オブジェクトを作成する
SplFileInfo::getATime
? ファイルの最終アクセス時刻を取得する
SplFileInfo::getBasename
? ファイルのベース名を取得する
SplFileInfo::getCTime
? inode 変更時刻を取得する
SplFileInfo::getFileInfo
? ファイルの SplFileInfo オブジェクトを取得する
SplFileInfo::getFilename
? ファイル名を取得する
SplFileInfo::getGroup
? ファイルのグループを取得する
SplFileInfo::getInode
? ファイルの inode を取得する
SplFileInfo::getLinkTarget
? リンク先を取得する
SplFileInfo::getMTime
? 最終変更時刻を取得する
SplFileInfo::getOwner
? ファイルの所有者を取得する
SplFileInfo::getPath
? ファイル名を除いたパスを取得する
SplFileInfo::getPathInfo
? パスの SplFileInfo オブジェクトを取得する
SplFileInfo::getPathname
? ファイルへのパスを取得する
SplFileInfo::getPerms
? ファイルのパーミッションを取得する
SplFileInfo::getRealPath
? ファイルへの絶対パスを取得する
SplFileInfo::getSize
? ファイルサイズを取得する
SplFileInfo::getType
? ファイルタイプを取得する
SplFileInfo::isDir
? ファイルがディレクトリかどうかを調べる
SplFileInfo::isExecutable
? ファイルが実行可能かどうかを調べる
SplFileInfo::isFile
? オブジェクトの参照先が通常のファイルであるかどうかを調べる
SplFileInfo::isLink
? ファイルがリンクであるかどうかを調べる
SplFileInfo::isReadable
? ファイルが読み込み可能か調べる
SplFileInfo::isWritable
? エントリが書き込み可能であるかどうかを調べる
SplFileInfo::openFile
? ファイルの SplFileObject オブジェクトを取得する
SplFileInfo::setFileClass
? SplFileInfo::openFile で使用するクラス名を設定する
SplFileInfo::setInfoClass
? getFileInfo および getPathInfo で使用するクラスを設定する
SplFileInfo::__toString
? ファイルへのパスを文字列で返す
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
SplTempFileObject
? The SplTempFileObject class
SplTempFileObject::__construct
? Construct a new temporary file object
parsekit_func_arginfo
導入
その他の基本モジュール
PHP Manual