カテゴリー一覧

GearmanClient

一つ上の階層へ移動

このカテゴリーの関数一覧

GearmanClient::addOptions - Add client options
GearmanClient::addServer - Add a job server to the client
GearmanClient::addServers - Add a list of job servers to the client
GearmanClient::addTask - Add a task to be run in parallel
GearmanClient::addTaskBackground - Add a background task to be run in parallel
GearmanClient::addTaskHigh - Add a high priority task to run in parallel
GearmanClient::addTaskHighBackground - Add a high priority background task to be run in parallel
GearmanClient::addTaskLow - Add a low priority task to run in parallel
GearmanClient::addTaskLowBackground - Add a low priority background task to be run in parallel
GearmanClient::addTaskStatus - Add a task to get status
GearmanClient::clearCallbacks - Clear all task callback functions
GearmanClient::clone - Create a copy of a GearmanClient object
GearmanClient::__construct - Create a GearmanClient instance
GearmanClient::context - Get the application context
GearmanClient::data - Get the application data (deprecated)
GearmanClient::do - Run a single task and return a result [deprecated]
GearmanClient::doBackground - Run a task in the background
GearmanClient::doHigh - Run a single high priority task
GearmanClient::doHighBackground - Run a high priority task in the background
GearmanClient::doJobHandle - Get the job handle for the running task
GearmanClient::doLow - Run a single low priority task
GearmanClient::doLowBackground - Run a low priority task in the background
GearmanClient::doNormal - Run a single task and return a result
GearmanClient::doStatus - Get the status for the running task
GearmanClient::echo - Send data to all job servers to see if they echo it back [deprecated]
GearmanClient::error - Returns an error string for the last error encountered
GearmanClient::getErrno - Get an errno value
GearmanClient::jobStatus - Get the status of a background job
GearmanClient::ping - Send data to all job servers to see if they echo it back
GearmanClient::removeOptions - Remove client options
GearmanClient::returnCode - Get the last Gearman return code
GearmanClient::runTasks - Run a list of tasks in parallel
GearmanClient::setClientCallback - Callback function when there is a data packet for a task (deprecated)
GearmanClient::setCompleteCallback - Set a function to be called on task completion
GearmanClient::setContext - Set application context
GearmanClient::setCreatedCallback - Set a callback for when a task is queued
GearmanClient::setData - Set application data (deprecated)
GearmanClient::setDataCallback - Callback function when there is a data packet for a task
GearmanClient::setExceptionCallback - Set a callback for worker exceptions
GearmanClient::setFailCallback - Set callback for job failure
GearmanClient::setOptions - Set client options
GearmanClient::setStatusCallback - Set a callback for collecting task status
GearmanClient::setTimeout - Set socket I/O activity timeout
GearmanClient::setWarningCallback - Set a callback for worker warnings
GearmanClient::setWorkloadCallback - Set a callback for accepting incremental data updates
GearmanClient::timeout - Get current socket I/O activity timeout value
					

ワード検索


※入力キーワードが、関数名・説明文・タグに含まれるものを検索

関数名アルファベット別

A B C D E F G H I J
K L M N O P Q R S T
U V W X Y Z _

最終更新一覧

stristr
 大文字小文字を区別せず文字列を検索し、ヒット箇所以降(あるいは以前)の文字列を返却

stripslashes
 バックスラッシュでエスケープされた文字列から、バックスラッシュを取り除く

stripos
 大文字小文字を区別せずに文字列が最初に現れる位置を取得する

stripcslashes
 addcslashes() でクォートされた文字列をアンクォートする

strip_tags
 文字列から HTML と PHP のタグを除去して返却

strcspn
 指定した文字が最初に現れる位置を調べる

strcoll
 ロケールに基づいて2つの文字列を比較し同じか(あるいは大小)を判定する

strcmp
 2つの文字列を比較し同じか(あるいは大小)を判定する

strchr
 strstr() のエイリアス

strcasecmp
 2つの文字列を比較(大文字小文字を区別せず同じとみなす)

カテゴリー一覧

PHP の振る舞いの変更
音声フォーマットの操作
認証サービス
コマンドライン関連
圧縮およびアーカイブ
暗号
データベース関連
日付および時刻関連
ファイルシステム
自然言語および文字エンコーディング
画像処理および作成
メール関連
数学
テキスト以外の MIME 型
プロセス制御
その他の基本モジュール
その他のサービス
検索エンジン用の拡張モジュール
サーバー固有のモジュール
セッション関連
テキスト処理
変数・データ型関連
ウェブサービス
Windows 用のモジュール
XML 操作
GUI用の拡張モジュール