アルファベット順一覧 <e>
e の文字からから始まる関数の一覧です
・error_clear_last 最も最近のエラーをクリア
・error_get_last 最後に発生したエラーを取得する
・error_log 定義されたエラー処理ルーチンにエラーメッセージを送信する
・error_reporting 出力する PHP エラーの種類を設定する
・extension_loaded ある拡張機能がロードされているかどうかを調べる
・easter_date 指定した年における復活祭の真夜中のUnix時を得る
・easter_days 指定した年において、3 月 21 日から復活祭までの日数を得る
・enchant_broker_describe Enchant プロバイダを列挙する
・enchant_broker_dict_exists 辞書が存在するかどうかを調べる。空でないタグを使用する
・enchant_broker_free_dict 辞書リソースを開放する
・enchant_broker_free ブローカーリソースおよびその辞書を開放する
・enchant_broker_get_dict_path Get the directory path for a given backend
・enchant_broker_get_error ブローカーの直近のエラーを返す
・enchant_broker_init 要求を満たすブローカーオブジェクトを作成する
・enchant_broker_list_dicts 使用可能な辞書の一覧を返す
・enchant_broker_request_dict タグを使用して新しい辞書を作成する
・enchant_broker_request_pwl_dict PWL ファイルを使用して辞書を作成する
・enchant_broker_set_dict_path Set the directory path for a given backend
・enchant_broker_set_ordering その言語で使用する辞書の優先順位を宣言する
・enchant_dict_add_to_personal パーソナル単語リストに単語を追加する
・enchant_dict_add_to_session '単語' を、このスペルチェックセッションに追加する
・enchant_dict_check 単語のスペルが正しいかどうかを調べる
・enchant_dict_describe 個々の辞書について説明する
・enchant_dict_get_error 現在のスペリングセッションの直近のエラーを返す
・enchant_dict_is_in_session このスペリングセッションに '単語' が存在するかどうかを調べる
・enchant_dict_quick_check 単語のスペルが正しいかどうかを調べ、修正候補を提供する
・enchant_dict_store_replacement 単語の修正候補を追加する
・enchant_dict_suggest 修正候補となる値の一覧を返す
・exif_imagetype イメージの型を定義する
・exif_read_data 画像ファイルから EXIF ヘッダを読み込む
・exif_tagname インデックスに対応するヘッダ名を取得する
・exif_thumbnail 画像に埋め込まれたサムネイルを取得する
・ezmlm_hash EZMLM で必要なハッシュ値を計算する
・exp e の累乗を計算する
・expm1 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す
・eio_busy 人為的に負荷を高くする。テストやベンチマークなどで有用
・eio_cancel リクエストを取り消す
・eio_chmod ファイルやディレクトリのパーミッションを変更する
・eio_chown ファイルやディレクトリのオーナーを変更する
・eio_close ファイルを閉じる
・eio_custom eio_* のようなカスタムリクエストを実行する
・eio_dup2 ファイルディスクリプタを複製する
・eio_event_loop すべてのリクエストを処理し終えるまで libeio をポールする
・eio_fallocate 呼び出し元が、ファイルに割り当てられたディスク空間を直接操作できるようにする
・eio_fchmod ファイルのパーミッションを変更する
・eio_fchown ファイルのオーナーを変更する
・eio_fdatasync ファイルのコア内の情報をストレージデバイスに同期させる
・eio_fstat ファイルの状態を取得する
・eio_fstatvfs ファイルシステムの状態を取得する
・eio_fsync メモリ内でのファイルの状態をストレージデバイスに同期させる
・eio_ftruncate ファイルを切り詰める
・eio_futime ファイルの最終アクセス時刻と変更時刻を変更する
・eio_get_event_stream 内部での libeio との通信に使う変数を表すストリームを取得する
・eio_get_last_error リクエストリソースに関連づけられた直近のエラーの説明を文字列で返す
・eio_grp_add リクエストをリクエストグループに追加する
・eio_grp_cancel リクエストグループをキャンセルする
・eio_grp_limit グループリミットを設定する
・eio_grp リクエストグループを作る
・eio_init Eio を初期化する
・eio_link ファイルのハードリンクを作る
・eio_lstat ファイルの状態を取得する
・eio_mkdir ディレクトリを作る
・eio_mknod 特殊ファイルあるいは一般ファイルを作る
・eio_nop 何もせず、ただリクエストのサイクルを回す
・eio_npending 終了したけれども処理されなかったリクエストの数を返す
・eio_nready 未処理のリクエスト数を返す
・eio_nreqs 処理対象のリクエスト数を返す
・eio_nthreads 現在利用中のスレッド数を返す
・eio_open ファイルを開く
・eio_poll 未処理のリクエストがあるかどうかを調べる
・eio_read ファイルを、指定したオフセットから読み込む
・eio_readahead ファイルを先読みしてページキャッシュに格納する
・eio_readdir ディレクトリ全体を読み込む
・eio_readlink シンボリックリンクの値を読む
・eio_realpath 正規化された絶対パスを取得する
・eio_rename ファイル名や場所を変更する
・eio_rmdir ディレクトリを削除する
・eio_seek fd で指定したファイル内でのオフセットを、offset と whence に従って移動する
・eio_sendfile ファイルディスクリプタ間でデータを転送する
・eio_set_max_idle アイドルスレッドの最大数を設定する
・eio_set_max_parallel 最大の並列スレッド数を設定する
・eio_set_max_poll_reqs 一度のポールで行う最大のリクエスト回数を設定する
・eio_set_max_poll_time 最大のポール時間を設定する
・eio_set_min_parallel 最小の並列スレッド数を設定する
・eio_stat ファイルの状態を取得する
・eio_statvfs ファイルシステムの状態を取得する
・eio_symlink シンボリックリンクを作る
・eio_sync_file_range ファイルセグメントをディスクに同期する
・eio_sync バッファのキャッシュをディスクに書き込む
・eio_syncfs Linux の syncfs システムコールが使えれば、それを呼ぶ
・eio_truncate ファイルを切り詰める
・eio_unlink 名前を削除し、その名前で参照しているファイルも削除する
・eio_utime ファイルの最終アクセス時刻と変更時刻を変更する
・eio_write ファイルに書き込む
・Ev::backend libev が使うバックエンドを表す整数値を返す
・Ev::depth 再帰の深さを返す
・Ev::embeddableBackends 他のイベントループに埋め込めるバックエンド群を返す
・Ev::feedSignal シグナルイベントを Ev に送る
・Ev::feedSignalEvent シグナルイベントの情報をデフォルトループに送る
・Ev::iteration デフォルトのイベントループが新しいイベントをポーリングした回数を返す
・Ev::now デフォルトのイベントループで直近の処理が始まった時刻を返す
・Ev::nowUpdate カーネルに問い合わせて現在時刻を確認し、処理中の Ev::now が返す時刻を更新する
・Ev::recommendedBackends 現在のプラットフォーム上でおすすめのバックエンドのビットマスクを返す
・Ev::resume 一時停止していたデフォルトのイベントループを再開させる
・Ev::run イベントのチェックとデフォルトループのコールバックの呼び出しを開始する
・Ev::sleep 指定した秒数だけプロセスをブロックする
・Ev::stop デフォルトのイベントループを止める
・Ev::supportedBackends 現在の libev の構成でサポートするバックエンド群を返す
・Ev::suspend デフォルトのイベントループを一時停止する
・Ev::time epoch から現在時刻までの秒数を返す
・Ev::verify 内部の整合性をチェックする (デバッグ用)
・EvCheck::__construct EvCheck ウォッチャーオブジェクトを作る
・EvCheck::createStopped 停止した EvCheck ウォッチャーのインスタンスを作る
・EvChild::__construct EvChild ウォッチャーオブジェクトを作る
・EvChild::createStopped 停止した EvChild ウォッチャーのインスタンスを作る
・EvChild::set ウォッチャーを設定する
・EvEmbed::__construct EvEmbed オブジェクトを作る
・EvEmbed::createStopped 停止した EvEmbed ウォッチャーのインスタンスを作る
・EvEmbed::set ウォッチャーを設定する
・EvEmbed::sweep 埋め込んだループに対して単一の非ブロックスイープを行う
・EvFork::__construct EvFork ウォッチャーオブジェクトを作る
・EvFork::createStopped 停止した EvFork ウォッチャーのインスタンスを作る
・EvIdle::__construct Constructs the EvIdle watcher object
・EvIdle::createStopped Creates instance of a stopped EvIdle watcher object
・EvIo::__construct Constructs EvIo watcher object
・EvIo::createStopped Create stopped EvIo watcher object
・EvIo::set Configures the watcher
・EvLoop::backend Returns an integer describing the backend used by libev
・EvLoop::check Creates EvCheck object associated with the current event loop instance
・EvLoop::child Creates EvChild object associated with the current event loop
・EvLoop::__construct Constructs the event loop object
・EvLoop::defaultLoop Returns or creates the default event loop
・EvLoop::embed Creates an instance of EvEmbed watcher associated with the current EvLoop object
・EvLoop::fork Creates EvFork watcher object associated with the current event loop instance
・EvLoop::idle Creates EvIdle watcher object associated with the current event loop instance
・EvLoop::invokePending Invoke all pending watchers while resetting their pending state
・EvLoop::io Create EvIo watcher object associated with the current event loop instance
・EvLoop::loopFork Must be called after a fork
・EvLoop::now Returns the current "event loop time"
・EvLoop::nowUpdate Establishes the current time by querying the kernel, updating the time returned by EvLoop::now in the progress
・EvLoop::periodic Creates EvPeriodic watcher object associated with the current event loop instance
・EvLoop::prepare Creates EvPrepare watcher object associated with the current event loop instance
・EvLoop::resume Resume previously suspended default event loop
・EvLoop::run Begin checking for events and calling callbacks for the loop
・EvLoop::signal Creates EvSignal watcher object associated with the current event loop instance
・EvLoop::stat Creates EvStat watcher object associated with the current event loop instance
・EvLoop::stop Stops the event loop
・EvLoop::suspend Suspend the loop
・EvLoop::timer Creates EvTimer watcher object associated with the current event loop instance
・EvLoop::verify Performs internal consistency checks(for debugging)
・EvPeriodic::again Simply stops and restarts the periodic watcher again
・EvPeriodic::at Returns the absolute time that this watcher is supposed to trigger next
・EvPeriodic::__construct Constructs EvPeriodic watcher object
・EvPeriodic::createStopped Create a stopped EvPeriodic watcher
・EvPeriodic::set Configures the watcher
・EvPrepare::__construct EvPrepare ウォッチャーオブジェクトを作る
・EvPrepare::createStopped 停止した EvPrepare ウォッチャーのインスタンスを作る
・EvSignal::__construct Constructs EvSignal watcher object
・EvSignal::createStopped Create stopped EvSignal watcher object
・EvSignal::set Configures the watcher
・EvStat::attr Returns the values most recently detected by Ev
・EvStat::__construct Constructs EvStat watcher object
・EvStat::createStopped Create a stopped EvStat watcher object
・EvStat::prev Returns the previous set of values returned by EvStat::attr
・EvStat::set Configures the watcher
・EvStat::stat Initiates the stat call
・EvTimer::again Restarts the timer watcher
・EvTimer::__construct Constructs an EvTimer watcher object
・EvTimer::createStopped Creates EvTimer stopped watcher object
・EvTimer::set Configures the watcher
・EvWatcher::clear Clear watcher pending status
・EvWatcher::__construct Abstract constructor of a watcher object
・EvWatcher::feed Feeds the given revents set into the event loop
・EvWatcher::getLoop Returns the loop responsible for the watcher
・EvWatcher::invoke Invokes the watcher callback with the given received events bit mask
・EvWatcher::keepalive Configures whether to keep the loop from returning
・EvWatcher::setCallback Sets new callback for the watcher
・EvWatcher::start Starts the watcher
・EvWatcher::stop Stops the watcher
・expect_expectl プロセスの出力がパターンに一致する・指定した時間が経過する・ あるいは EOF に達するのいずれかにあてはまるまで待ち続ける
・expect_popen Bourne シェル経由でコマンドを実行し、プロセスへの PTY ストリームをオープンする
・escapeshellarg シェル引数として使用される文字列をエスケープする
・escapeshellcmd シェルのメタ文字をエスケープする
・exec 外部プログラムを実行する
・eval 文字列を PHP コードとして評価する
・exit メッセージを出力し、現在のスクリプトを終了する
・Event::add Makes event pending
・Event::addSignal Makes signal event pending
・Event::addTimer Makes timer event pending
・Event::__construct Constructs Event object
・Event::del Makes event non-pending
・Event::delSignal Makes signal event non-pending
・Event::delTimer Makes timer event non-pending
・Event::free Make event non-pending and free resources allocated for this event
・Event::getSupportedMethods Returns array with of the names of the methods supported in this version of Libevent
・Event::pending Detects whether event is pending or scheduled
・Event::set Re-configures event
・Event::setPriority Set event priority
・Event::setTimer Re-configures timer event
・Event::signal Constructs signal event object
・Event::timer Constructs timer event object
・EventBase::__construct Constructs EventBase object
・EventBase::dispatch Dispatch pending events
・EventBase::exit Stop dispatching events
・EventBase::free Free resources allocated for this event base
・EventBase::getFeatures Returns bitmask of features supported
・EventBase::getMethod Returns event method in use
・EventBase::getTimeOfDayCached Returns the current event base time
・EventBase::gotExit Checks if the event loop was told to exit
・EventBase::gotStop Checks if the event loop was told to exit
・EventBase::loop Dispatch pending events
・EventBase::priorityInit Sets number of priorities per event base
・EventBase::reInit Re-initialize event base(after a fork)
・EventBase::stop Tells event_base to stop dispatching events
・EventBuffer::add Append data to the end of an event buffer
・EventBuffer::addBuffer Move all data from a buffer provided to the current instance of EventBuffer
・EventBuffer::appendFrom Moves the specified number of bytes from a source buffer to the end of the current buffer
・EventBuffer::__construct Constructs EventBuffer object
・EventBuffer::copyout Copies out specified number of bytes from the front of the buffer
・EventBuffer::drain Removes specified number of bytes from the front of the buffer without copying it anywhere
・EventBuffer::enableLocking
・EventBuffer::expand Reserves space in buffer
・EventBuffer::freeze Prevent calls that modify an event buffer from succeeding
・EventBuffer::lock Acquires a lock on buffer
・EventBuffer::prepend Prepend data to the front of the buffer
・EventBuffer::prependBuffer Moves all data from source buffer to the front of current buffer
・EventBuffer::pullup Linearizes data within buffer and returns it's contents as a string
・EventBuffer::read Read data from an evbuffer and drain the bytes read
・EventBuffer::readFrom Read data from a file onto the end of the buffer
・EventBuffer::readLine Extracts a line from the front of the buffer
・EventBuffer::search Scans the buffer for an occurrence of a string
・EventBuffer::searchEol Scans the buffer for an occurrence of an end of line
・EventBuffer::substr Substracts a portion of the buffer data
・EventBuffer::unfreeze Re-enable calls that modify an event buffer
・EventBuffer::unlock Releases lock acquired by EventBuffer::lock
・EventBuffer::write Write contents of the buffer to a file or socket
・EventBufferEvent::close Closes file descriptor associated with the current buffer event
・EventBufferEvent::connect Connect buffer event's file descriptor to given address or UNIX socket
・EventBufferEvent::connectHost Connects to a hostname with optionally asyncronous DNS resolving
・EventBufferEvent::__construct Constructs EventBufferEvent object
・EventBufferEvent::createPair Creates two buffer events connected to each other
・EventBufferEvent::disable Disable events read, write, or both on a buffer event
・EventBufferEvent::enable Enable events read, write, or both on a buffer event
・EventBufferEvent::free Free a buffer event
・EventBufferEvent::getDnsErrorString Returns string describing the last failed DNS lookup attempt
・EventBufferEvent::getEnabled Returns bitmask of events currently enabled on the buffer event
・EventBufferEvent::getInput Returns underlying input buffer associated with current buffer event
・EventBufferEvent::getOutput Returns underlying output buffer associated with current buffer event
・EventBufferEvent::read Read buffer's data
・EventBufferEvent::readBuffer Drains the entire contents of the input buffer and places them into buf
・EventBufferEvent::setCallbacks Assigns read, write and event(status) callbacks
・EventBufferEvent::setPriority Assign a priority to a bufferevent
・EventBufferEvent::setTimeouts Set the read and write timeout for a buffer event
・EventBufferEvent::setWatermark Adjusts read and/or write watermarks
・EventBufferEvent::sslError Returns most recent OpenSSL error reported on the buffer event
・EventBufferEvent::sslFilter Create a new SSL buffer event to send its data over another buffer event
・EventBufferEvent::sslGetCipherInfo Returns a textual description of the cipher
・EventBufferEvent::sslGetCipherName Returns the current cipher name of the SSL connection
・EventBufferEvent::sslGetCipherVersion Returns version of cipher used by current SSL connection
・EventBufferEvent::sslGetProtocol Returns the name of the protocol used for current SSL connection
・EventBufferEvent::sslRenegotiate Tells a bufferevent to begin SSL renegotiation
・EventBufferEvent::sslSocket Creates a new SSL buffer event to send its data over an SSL on a socket
・EventBufferEvent::write Adds data to a buffer event's output buffer
・EventBufferEvent::writeBuffer Adds contents of the entire buffer to a buffer event's output buffer
・EventConfig::avoidMethod Tells libevent to avoid specific event method
・EventConfig::__construct Constructs EventConfig object
・EventConfig::requireFeatures Enters a required event method feature that the application demands
・EventConfig::setMaxDispatchInterval Prevents priority inversion
・EventDnsBase::addNameserverIp Adds a nameserver to the DNS base
・EventDnsBase::addSearch Adds a domain to the list of search domains
・EventDnsBase::clearSearch Removes all current search suffixes
・EventDnsBase::__construct Constructs EventDnsBase object
・EventDnsBase::countNameservers Gets the number of configured nameservers
・EventDnsBase::loadHosts Loads a hosts file (in the same format as /etc/hosts) from hosts file
・EventDnsBase::parseResolvConf Scans the resolv.conf-formatted file
・EventDnsBase::setOption Set the value of a configuration option
・EventDnsBase::setSearchNdots Set the 'ndots' parameter for searches
・EventHttp::accept Makes an HTTP server accept connections on the specified socket stream or resource
・EventHttp::addServerAlias Adds a server alias to the HTTP server object
・EventHttp::bind Binds an HTTP server on the specified address and port
・EventHttp::__construct Constructs EventHttp object(the HTTP server)
・EventHttp::removeServerAlias Removes server alias
・EventHttp::setAllowedMethods Sets the what HTTP methods are supported in requests accepted by this server, and passed to user callbacks
・EventHttp::setCallback Sets a callback for specified URI
・EventHttp::setDefaultCallback Sets default callback to handle requests that are not caught by specific callbacks
・EventHttp::setMaxBodySize Sets maximum request body size
・EventHttp::setMaxHeadersSize Sets maximum HTTP header size
・EventHttp::setTimeout Sets the timeout for an HTTP request
・EventHttpConnection::__construct Constructs EventHttpConnection object
・EventHttpConnection::getBase Returns event base associated with the connection
・EventHttpConnection::getPeer Gets the remote address and port associated with the connection
・EventHttpConnection::makeRequest Makes an HTTP request over the specified connection
・EventHttpConnection::setCloseCallback Set callback for connection close
・EventHttpConnection::setLocalAddress Sets the IP address from which HTTP connections are made
・EventHttpConnection::setLocalPort Sets the local port from which connections are made
・EventHttpConnection::setMaxBodySize Sets maximum body size for the connection
・EventHttpConnection::setMaxHeadersSize Sets maximum header size
・EventHttpConnection::setRetries Sets the retry limit for the connection
・EventHttpConnection::setTimeout Sets the timeout for the connection
・EventHttpRequest::addHeader Adds an HTTP header to the headers of the request
・EventHttpRequest::cancel Cancels a pending HTTP request
・EventHttpRequest::clearHeaders Removes all output headers from the header list of the request
・EventHttpRequest::closeConnection Closes associated HTTP connection
・EventHttpRequest::__construct Constructs EventHttpRequest object
・EventHttpRequest::findHeader Finds the value belonging a header
・EventHttpRequest::free Frees the object and removes associated events
・EventHttpRequest::getBufferEvent Returns EventBufferEvent object
・EventHttpRequest::getCommand Returns the request command(method)
・EventHttpRequest::getConnection Returns EventHttpConnection object
・EventHttpRequest::getHost Returns the request host
・EventHttpRequest::getInputBuffer Returns the input buffer
・EventHttpRequest::getInputHeaders Returns associative array of the input headers
・EventHttpRequest::getOutputBuffer Returns the output buffer of the request
・EventHttpRequest::getOutputHeaders Returns associative array of the output headers
・EventHttpRequest::getResponseCode Returns the response code
・EventHttpRequest::getUri Returns the request URI
・EventHttpRequest::removeHeader Removes an HTTP header from the headers of the request
・EventHttpRequest::sendError Send an HTML error message to the client
・EventHttpRequest::sendReply Send an HTML reply to the client
・EventHttpRequest::sendReplyChunk Send another data chunk as part of an ongoing chunked reply
・EventHttpRequest::sendReplyEnd Complete a chunked reply, freeing the request as appropriate
・EventHttpRequest::sendReplyStart Initiate a chunked reply
・EventListener::__construct Creates new connection listener associated with an event base
・EventListener::disable Disables an event connect listener object
・EventListener::enable Enables an event connect listener object
・EventListener::getBase Returns event base associated with the event listener
・EventListener::getSocketName Retreives the current address to which the listener's socket is bound
・EventListener::setCallback The setCallback purpose
・EventListener::setErrorCallback Set event listener's error callback
・EventSslContext::__construct Constructs an OpenSSL context for use with Event classes
・EventUtil::__construct The abstract constructor
・EventUtil::getLastSocketErrno Returns the most recent socket error number
・EventUtil::getLastSocketError Returns the most recent socket error
・EventUtil::getSocketFd Returns numeric file descriptor of a socket, or stream
・EventUtil::getSocketName Retreives the current address to which the socket is bound
・EventUtil::setSocketOption Sets socket options
・EventUtil::sslRandPoll Generates entropy by means of OpenSSL's RAND_poll()
・ereg_replace 正規表現による置換を行う
・ereg 正規表現によるマッチングを行う
・eregi_replace 大文字小文字を区別せずに正規表現による置換を行う
・eregi 大文字小文字を区別せずに正規表現によるマッチングを行う
・echo 1 つ以上の文字列を出力する
・explode 文字列を文字列により分割する
・each 配列から現在のキーと値のペアを返して、カーソルを進める
・end 配列の内部ポインタを最終要素にセットする
・extract 配列からシンボルテーブルに変数をインポートする
・empty 変数が空であるかどうかを検査する
ワード検索
※入力キーワードが、関数名・説明文・タグに含まれるものを検索関数名アルファベット別
最終更新一覧
●stristr
大文字小文字を区別せず文字列を検索し、ヒット箇所以降(あるいは以前)の文字列を返却
●stripslashes
バックスラッシュでエスケープされた文字列から、バックスラッシュを取り除く
●stripos
大文字小文字を区別せずに文字列が最初に現れる位置を取得する
●stripcslashes
addcslashes() でクォートされた文字列をアンクォートする
●strip_tags
文字列から HTML と PHP のタグを除去して返却
●strcspn
指定した文字が最初に現れる位置を調べる
●strcoll
ロケールに基づいて2つの文字列を比較し同じか(あるいは大小)を判定する
●strcmp
2つの文字列を比較し同じか(あるいは大小)を判定する
●strchr
strstr() のエイリアス
●strcasecmp
2つの文字列を比較(大文字小文字を区別せず同じとみなす)
カテゴリー一覧
PHP の振る舞いの変更
音声フォーマットの操作
認証サービス
コマンドライン関連
圧縮およびアーカイブ
暗号
データベース関連
日付および時刻関連
ファイルシステム
自然言語および文字エンコーディング
画像処理および作成
メール関連
数学
テキスト以外の MIME 型
プロセス制御
その他の基本モジュール
その他のサービス
検索エンジン用の拡張モジュール
サーバー固有のモジュール
セッション関連
テキスト処理
変数・データ型関連
ウェブサービス
Windows 用のモジュール
XML 操作
GUI用の拡張モジュール