parsekit_func_arginfo
導入
その他の基本モジュール
PHP Manual
Standard PHP Library (SPL)
導入
インストール/設定
要件
インストール手順
実行時設定
リソース型
定義済み定数
データ構造
SplDoublyLinkedList
— SplDoublyLinkedList クラス
SplStack
— SplStack クラス
SplQueue
— SplQueue クラス
SplHeap
— SplHeap クラス
SplMaxHeap
— SplMaxHeap クラス
SplMinHeap
— SplMinHeap クラス
SplPriorityQueue
— SplPriorityQueue クラス
イテレータ
ArrayIterator
— ArrayIterator クラス
CachingIterator
— CachingIterator クラス
RecursiveCachingIterator
— RecursiveCachingIterator クラス
DirectoryIterator
— DirectoryIterator クラス
RecursiveDirectoryIterator
— RecursiveDirectoryIterator クラス
FilterIterator
— FilterIterator クラス
LimitIterator
— LimitIterator クラス
ParentIterator
— ParentIterator クラス
RecursiveIteratorIterator
— RecursiveIteratorIterator クラス
SimpleXMLIterator
— SimpleXMLIterator クラス
インターフェイス
Countable
— Countable インターフェイス
例外
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::__construct
— 新規配列オブジェクトを生成する
ArrayObject::count
— イテレータにある要素の数を取得する
ArrayObject::getIterator
— ArrayObject インスタンスから新規イテレータを生成する
ArrayObject::offsetExists
— 要求された $index が存在するかどうかを返す
ArrayObject::offsetGet
— 指定した $index の値を返す
ArrayObject::offsetSet
— 指定した $index に $newval をセットする
ArrayObject::offsetUnset
— 指定した $index の値を解除する
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
— ファイルへのパスを文字列で返す
parsekit_func_arginfo
導入
その他の基本モジュール
PHP Manual