Results of 1 - 10 of about 279 for STATUS (0.001 sec.)
- Add a background task to be run in parallel 8818
- « GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background
...
ompleteCallback ( "reverse_complete" ); $gmc -> setStatusCallback ( "reverse_status" ); # add a task for the ...
. "\n" ; exit; } echo "DONE\n" ; function reverse_status ( $task ) { echo "STATUS: " . $task -> unique () . ...
Workload: $workload ( $workload_size )\n" ; # This status loop is not needed, just showing how it works for ...
= 0 ; $x < $workload_size ; $x ++) { echo "Sending status: " . ( $x + 1 ) . "/ $workload_size complete\n" ; ...
-
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html
- [similar]
- Get the status for the running task 8228
- « GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the
...
running task GearmanClient::doStatus (PECL gearman >= 0.5.0) GearmanClient::doStatus — ...
Get the status for the running task 説明 public GearmanClient::do ...
Status (): array Returns the status for the running task. This should be used between ...
the second element the denomintor. 例 例1 Get the status of a long running job The worker in this example h ...
-
https://man.plustar.jp/php/gearmanclient.dostatus.html
- [similar]
- Returns the status of working copy files and directories 8044
- « svn_revert svn_update » PHP Manual SVN 関数 Returns the status of working copy files and direc
...
tories svn_status (PECL svn >= 0.1.0) svn_status — Returns the statu ...
s of working copy files and directories 説明 svn_status ( string $path , int $flags = 0 ): array Returns t ...
he status of working copy files and directories, giving modi ...
タ path Local path to file or directory to retrieve status of. 注意 : 相対パスは、PHP バイナリが存在するディレ ...
-
https://man.plustar.jp/php/function.svn-status.html
- [similar]
- /STATUS キーの値を設定する 8015
- « fdf_set_opt fdf_set_submit_form_action » PHP Manual FDF 関数 /STATUS キーの値を設定する fdf_se
...
t_status (PHP 4, PHP 5 < 5.3.0, PECL fdf SVN) fdf_set_statu ...
s — /STATUS キーの値を設定する 説明 fdf_set_status ( resource ...
$fdf_document , string $status ): bool /STATUS キーの値を設定します。 クライアント ...
df_open_string() が返す FDF ドキュメントハンドル。 status 戻り値 成功した場合に true を、失敗した場合に fals ...
-
https://man.plustar.jp/php/function.fdf-set-status.html
- [similar]
- /STATUS キーの値を得る 7928
- « fdf_get_opt fdf_get_value » PHP Manual FDF 関数 /STATUS キーの値を得る fdf_get_status (PHP 4,
...
PHP 5 < 5.3.0, PECL fdf SVN) fdf_get_status — /STATUS キーの値を得る 説明 fdf_get_status ( res ...
ource $fdf_document ): string /STATUS キーの値を取得します。 パラメータ fdf_document fdf ...
。 戻り値 キーの値を文字列で返します。 参考 fdf_set_status() - /STATUS キーの値を設定する 関連キーワード: fdf ...
, キー , STATUS , 値 , status , open , string , document , FDF , r ...
-
https://man.plustar.jp/php/function.fdf-get-status.html
- [similar]
- Basic usage 7928
- « 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas
...
echo "Data: $result \n" ; break; case GEARMAN_WORK_STATUS : list( $numerator , $denominator )= $gmclient -> ...
doStatus (); echo "Status: $numerator / $denominator comple ...
Workload: $workload ( $workload_size )\n" ; # This status loop is not needed, just showing how it works for ...
= 0 ; $x < $workload_size ; $x ++) { echo "Sending status: " . ( $x + 1 ) . "/ $workload_size complete\n" ; ...
-
https://man.plustar.jp/php/gearman.examples-reverse.html
- [similar]
- 現在のメールボックス以外のメールボックスのステータス情報を返す 7899
- « imap_sort imap_subscribe » PHP Manual IMAP 関数 現在のメールボックス以外のメールボックスのステ
...
ータス情報を返す imap_status (PHP 4, PHP 5, PHP 7, PHP 8) imap_status — 現在のメ ...
以外のメールボックスのステータス情報を返す 説明 imap_status ( IMAP\Connection $imap , string $mailbox , int $f ...
flags 以下のフラグが使用できます。 SA_MESSAGES - $status->messages にメールボックスのメッセージ数を設定する ...
SA_RECENT - $status->recent にメールボックスの最近のメッセージ数を設定 ...
-
https://man.plustar.jp/php/function.imap-status.html
- [similar]
- Retrieve the last set exit status 7869
- « uopz_function uopz_get_hook » PHP Manual Uopz 関数 Retrieve the last set exit status uopz_get_
...
exit_status (PECL uopz 5, PECL uopz , PECL uopz 7) uopz_get_ex ...
it_status — Retrieve the last set exit status 説明 uopz_get_ ...
exit_status (): mixed Retrieves the last set exit status, i.e. ...
ません。 戻り値 This function returns the last exit status, or null if exit() has not been called. 例 例1 uop ...
-
https://man.plustar.jp/php/function.uopz-get-exit-status.html
- [similar]
- 出力バッファのステータスを取得する 7811
- « ob_get_level ob_gzhandler » PHP Manual 出力制御 関数 出力バッファのステータスを取得する ob_get
...
_status (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) ob_get_statu ...
s — 出力バッファのステータスを取得する 説明 ob_get_status ( bool $full_status = false ): array ob_get_status ...
ベルの出力バッファの ステータス情報を返します。 full_status が true に設定されている場合は、すべてのアクティブ ...
ッファの ステータス情報を返します。 パラメータ full_status true を指定すると、すべてのアクティブな出力バッファ ...
-
https://man.plustar.jp/php/function.ob-get-status.html
- [similar]
- 定義済み定数 7811
- « リソース型 例 » PHP Manual Varnish 定義済み定数 定義済み定数 以下の定数が定義されています。 こ
...
動的にロードされている場合のみ使用可能です。 VARNISH_STATUS_SYNTAX ( int ) VARNISH_STATUS_UNKNOWN ( int ) VARN ...
ISH_STATUS_UNIMPL ( int ) VARNISH_STATUS_TOOFEW ( int ) VARNI ...
SH_STATUS_TOOMANY ( int ) VARNISH_STATUS_PARAM ( int ) VARNI ...
SH_STATUS_AUTH ( int ) VARNISH_STATUS_OK ( int ) VARNISH_STA ...
-
https://man.plustar.jp/php/varnish.constants.html
- [similar]