アルファベット順一覧 <z>
z の文字からから始まる関数の一覧です
・zend_thread_id 現在のスレッドの一意な ID を返す
・zend_version 現在の Zend Engine のバージョンを取得する
・ZipArchive::addEmptyDir 新しいディレクトリを追加する
・ZipArchive::addFile 指定したパスからファイルを ZIP アーカイブに追加する
・ZipArchive::addFromString 内容を指定して、ファイルを ZIP アーカイブに追加する
・ZipArchive::addGlob ディレクトリから、glob パターンを使ってファイルを追加する
・ZipArchive::addPattern ディレクトリから、PCRE パターンを使ってファイルを追加する
・ZipArchive::close アクティブな (オープンされた、あるいは新しく作成された) アーカイブを閉じる
・ZipArchive::count アーカイブにあるファイルの数を数える
・ZipArchive::deleteIndex インデックスを使用して、アーカイブ内のエントリを削除する
・ZipArchive::deleteName 名前を使用して、アーカイブからエントリを削除する
・ZipArchive::extractTo アーカイブの内容を展開する
・ZipArchive::getArchiveComment ZIP アーカイブのコメントを返す
・ZipArchive::getCommentIndex エントリのインデックスを使用して、エントリのコメントを返す
・ZipArchive::getCommentName エントリ名を使用して、エントリのコメントを返す
・ZipArchive::getExternalAttributesIndex インデックスで定義されたエントリの外部属性を取得する
・ZipArchive::getExternalAttributesName 名前で定義されたエントリの外部属性を取得する
・ZipArchive::getFromIndex インデックスを使用して、エントリの内容を返す
・ZipArchive::getFromName 名前を使用して、エントリの内容を返す
・ZipArchive::getNameIndex インデックスを使用して、エントリの名前を返す
・ZipArchive::getStatusString システムエラー、または ZIP メッセージに関するエラー情報を返す
・ZipArchive::getStream 名前を使用して、エントリのファイルハンドラ (読み込み専用) を取得する
・ZipArchive::isCompressionMethodSupported 圧縮方式を libzip がサポートしているかをチェックする
・ZipArchive::isEncryptionMethodSupported 暗号化方式を libzip がサポートしているかどうかをチェックする
・ZipArchive::locateName アーカイブ内のエントリのインデックスを返す
・ZipArchive::open ZIP ファイルアーカイブをオープンする
・ZipArchive::registerCancelCallback アーカイブを閉じている間にキャンセルできるようにコールバックを登録する
・ZipArchive::registerProgressCallback アーカイブを閉じている間に更新できるようにコールバックを登録する
・ZipArchive::renameIndex インデックスを使用してエントリ名を変更する
・ZipArchive::renameName 名前を使用してエントリ名を変更する
・ZipArchive::replaceFile 指定されたパスのファイルにアーカイブの一部を置き換える
・ZipArchive::setArchiveComment ZIP アーカイブのコメントを設定する
・ZipArchive::setCommentIndex インデックスを使用してエントリのコメントを設定する
・ZipArchive::setCommentName 名前を使用してエントリのコメントを設定する
・ZipArchive::setCompressionIndex インデックスで定義されたエントリの圧縮方法を設定する
・ZipArchive::setCompressionName 名前で定義されたエントリの圧縮メソッドを設定する
・ZipArchive::setEncryptionIndex index で定義されたエントリの暗号化方法を指定する
・ZipArchive::setEncryptionName 名前で定義されたエントリの暗号化方式を設定する
・ZipArchive::setExternalAttributesIndex インデックスで定義されたエントリの外部属性を設定する
・ZipArchive::setExternalAttributesName 名前で定義されたエントリの外部属性を設定する
・ZipArchive::setMtimeIndex インデックスを使用してエントリの変更時間を設定する
・ZipArchive::setMtimeName 名前を使ってエントリの変更時間を設定する
・ZipArchive::setPassword アクティブなアーカイブにパスワードを設定する
・ZipArchive::statIndex インデックスを使用してエントリの詳細を取得する
・ZipArchive::statName 名前を使用してエントリの詳細を取得する
・ZipArchive::unchangeAll アーカイブに対するすべての変更を取り消す
・ZipArchive::unchangeArchive アーカイブ全体に対して行われたすべての変更を取り消す
・ZipArchive::unchangeIndex 指定したインデックスのエントリに対するすべての変更を取り消す
・ZipArchive::unchangeName 指定した名前のエントリに対するすべての変更を取り消す
・zip_close ZIP ファイルアーカイブを閉じる
・zip_entry_close ディレクトリエントリを閉じる
・zip_entry_compressedsize ディレクトリエントリの圧縮時のサイズを取得する
・zip_entry_compressionmethod ディレクトリエントリの圧縮方法を取得する
・zip_entry_filesize ディレクトリエントリの実際のファイルサイズを取得する
・zip_entry_name ディレクトリエントリの名前を取得する
・zip_entry_open 読込み用にディレクトリエントリをオープンする
・zip_entry_read オープンされたディレクトリエントリから読み込む
・zip_open Zip ファイルアーカイブをオープンする
・zip_read Zip ファイルアーカイブの中の次のエントリを読み込む
・zlib_decode raw/gzip/zlib で符号化されたデータを復元する
・zlib_encode 指定した符号化方式でデータを圧縮する
・zlib_get_coding_type 出力圧縮に使用されたコーディングの種類を返す
・ZMQ::__construct ZMQ constructor
・ZMQContext::__construct Construct a new ZMQContext object
・ZMQContext::getOpt Get context option
・ZMQContext::getSocket Create a new socket
・ZMQContext::isPersistent Whether the context is persistent
・ZMQContext::setOpt Set a socket option
・ZMQSocket::bind Bind the socket
・ZMQSocket::connect Connect the socket
・ZMQSocket::__construct Construct a new ZMQSocket
・ZMQSocket::disconnect Disconnect a socket
・ZMQSocket::getEndpoints Get list of endpoints
・ZMQSocket::getPersistentId Get the persistent id
・ZMQSocket::getSocketType Get the socket type
・ZMQSocket::getSockOpt Get socket option
・ZMQSocket::isPersistent Whether the socket is persistent
・ZMQSocket::recv Receives a message
・ZMQSocket::recvMulti Receives a multipart message
・ZMQSocket::send Sends a message
・ZMQSocket::sendmulti マルチパートメッセージを送る
・ZMQSocket::setSockOpt Set a socket option
・ZMQSocket::unbind Unbind the socket
・ZMQPoll::add Add item to the poll set
・ZMQPoll::clear Clear the poll set
・ZMQPoll::count Count items in the poll set
・ZMQPoll::getLastErrors Get poll errors
・ZMQPoll::poll Poll the items
・ZMQPoll::remove Remove item from poll set
・ZMQDevice::__construct Construct a new device
・ZMQDevice::getIdleTimeout Get the idle timeout
・ZMQDevice::getTimerTimeout Get the timer timeout
・ZMQDevice::run Run the new device
・ZMQDevice::setIdleCallback Set the idle callback function
・ZMQDevice::setIdleTimeout Set the idle timeout
・ZMQDevice::setTimerCallback Set the timer callback function
・ZMQDevice::setTimerTimeout Set the timer timeout
・zookeeper_dispatch Calls callbacks for pending operations
・Zookeeper::addAuth Specify application credentials
・Zookeeper::close Close the zookeeper handle and free up any resources
・Zookeeper::connect Create a handle to used communicate with zookeeper
・Zookeeper::__construct Create a handle to used communicate with zookeeper
・Zookeeper::create Create a node synchronously
・Zookeeper::delete Delete a node in zookeeper synchronously
・Zookeeper::exists Checks the existence of a node in zookeeper synchronously
・Zookeeper::get Gets the data associated with a node synchronously
・Zookeeper::getAcl Gets the acl associated with a node synchronously
・Zookeeper::getChildren Lists the children of a node synchronously
・Zookeeper::getClientId Return the client session id, only valid if the connections is currently connected (ie. last watcher state is ZOO_CONNECTED_STATE)
・Zookeeper::getConfig Get instance of ZookeeperConfig
・Zookeeper::getRecvTimeout Return the timeout for this session, only valid if the connections is currently connected (ie. last watcher state is ZOO_CONNECTED_STATE). This value may change after a server re-connect
・Zookeeper::getState Get the state of the zookeeper connection
・Zookeeper::isRecoverable Checks if the current zookeeper connection state can be recovered
・Zookeeper::set Sets the data associated with a node
・Zookeeper::setAcl Sets the acl associated with a node synchronously
・Zookeeper::setDebugLevel Sets the debugging level for the library
・Zookeeper::setDeterministicConnOrder Enable/disable quorum endpoint order randomization
・Zookeeper::setLogStream Sets the stream to be used by the library for logging
・Zookeeper::setWatcher Set a watcher function
・ZookeeperConfig::add Add servers to the ensemble
・ZookeeperConfig::get Gets the last committed configuration of the ZooKeeper cluster as it is known to the server to which the client is connected, synchronously
・ZookeeperConfig::remove Remove servers from the ensemble
・ZookeeperConfig::set Change ZK cluster ensemble membership and roles of ensemble peers
ワード検索
※入力キーワードが、関数名・説明文・タグに含まれるものを検索関数名アルファベット別
最終更新一覧
●stristr
大文字小文字を区別せず文字列を検索し、ヒット箇所以降(あるいは以前)の文字列を返却
●stripslashes
バックスラッシュでエスケープされた文字列から、バックスラッシュを取り除く
●stripos
大文字小文字を区別せずに文字列が最初に現れる位置を取得する
●stripcslashes
addcslashes() でクォートされた文字列をアンクォートする
●strip_tags
文字列から HTML と PHP のタグを除去して返却
●strcspn
指定した文字が最初に現れる位置を調べる
●strcoll
ロケールに基づいて2つの文字列を比較し同じか(あるいは大小)を判定する
●strcmp
2つの文字列を比較し同じか(あるいは大小)を判定する
●strchr
strstr() のエイリアス
●strcasecmp
2つの文字列を比較(大文字小文字を区別せず同じとみなす)
カテゴリー一覧
PHP の振る舞いの変更
音声フォーマットの操作
認証サービス
コマンドライン関連
圧縮およびアーカイブ
暗号
データベース関連
日付および時刻関連
ファイルシステム
自然言語および文字エンコーディング
画像処理および作成
メール関連
数学
テキスト以外の MIME 型
プロセス制御
その他の基本モジュール
その他のサービス
検索エンジン用の拡張モジュール
サーバー固有のモジュール
セッション関連
テキスト処理
変数・データ型関連
ウェブサービス
Windows 用のモジュール
XML 操作
GUI用の拡張モジュール