検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 279 for status (0.007 sec.)
新しいメールボックスを作る 6185
« imap_create imap_delete » PHP Manual IMAP 関数 新しいメールボックスを作る imap_createmailbox ( ... code ( "{imap.example.org}INBOX. $newname " ))) { $status = @ imap_status ( $mbox , "{imap.example.org}INBOX ... . $newname " , SA_ALL ); if ( $status ) { echo "your new mailbox ' $name1 ' has the foll ... owing status:<br />\n" ; echo "Messages: " . $status -> message ... s . "<br />\n" ; echo "Recent: " . $status -> recent . "<br />\n" ; echo "Unseen: " . $status ...
https://man.plustar.jp/php/function.imap-createmailbox.html - [similar]
Status of cache 6156
« Yac::__get Yac::set » PHP Manual Yac Status of cache Yac::info (PECL yac >= 1.0.0) Yac::info — ... Status of cache 説明 public Yac::info (): array Get statu ... ycles", "slots_size", "slots_used" 関連キーワード: Status , Yac , of , size , slots , info , memory , array ...
https://man.plustar.jp/php/yac.info.html - [similar]
Clear watcher pending status 6069
« EvWatcher EvWatcher::__construct » PHP Manual EvWatcher Clear watcher pending status EvWatcher ... >= 0.2.0) EvWatcher::clear — Clear watcher pending status 説明 public EvWatcher::clear (): int If the watche ... r is pending, this method clears its pending status and returns its revents bitset(as if its callback ... se returns 0 . 関連キーワード: watcher , pending , status , EvWatcher , returns , invoked , callback , bitse ...
https://man.plustar.jp/php/evwatcher.clear.html - [similar]
メッセージを出力し、現在のスクリプトを終了する 5982
« eval get_browser » PHP Manual その他の関数 メッセージを出力し、現在のスクリプトを終了する exit ... 力し、現在のスクリプトを終了する 説明 exit ( string $status = ? ): void exit ( int $status ): void スクリプトの ... ルされた場合にも実行されます。 exit は言語構造です。 status を指定しない場合は括弧なしでコールできます。 パラメ ... ータ status status が文字列の場合は、この関数は終了直前に stat ... us を表示します。 status が int の場合は その値が終了ステータスとして使われ ...
https://man.plustar.jp/php/function.exit.html - [similar]
ガベージコレクタに関する情報を取得する 5924
« gc_mem_caches get_cfg_var » PHP Manual PHP オプション/情報 関数 ガベージコレクタに関する情報を ... 取得する gc_status (PHP 7 >= 7.3.0, PHP 8) gc_status — ガベージコレク ... タに関する情報を取得する 説明 gc_status (): array ガベージコレクタの現在の状態に関する情報 ... : "runs" "collected" "threshold" "roots" 例 例1 gc_status() の使い方 <?php // create object tree that needs ... ; unset( $b ); gc_collect_cycles (); var_dump ( gc_status ()); 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/function.gc-status.html - [similar]
Set a callback for collecting task status 5924
« GearmanClient::setOptions GearmanClient::setTimeout » PHP Manual GearmanClient Set a callback ... for collecting task status GearmanClient::setStatusCallback (PECL gearman >= ... 0.5.0) GearmanClient::setStatusCallback — Set a callback for collecting task statu ... s 説明 public GearmanClient::setStatusCallback ( callable $callback ): bool Sets a callba ... ck function used for getting updated status information from a worker. The function should acc ...
https://man.plustar.jp/php/gearmanclient.setstatuscallback.html - [similar]
Check status of the connection. 5924
« Swoole\Server::close Swoole\Server::connection_info » PHP Manual Swoole\Server Check status of ... CL swoole >= 1.9.0) Swoole\Server::confirm — Check status of the connection. 説明 public Swoole\Server::conf ... bool パラメータ fd 戻り値 関連キーワード: Check , status , onnection , Swoole , Server , of , confirm , con ...
https://man.plustar.jp/php/swoole-server.confirm.html - [similar]
サーバー上で実行中のトランザクションの状態を返す 5856
« pg_trace pg_tty » PHP Manual PostgreSQL 関数 サーバー上で実行中のトランザクションの状態を返す ... pg_transaction_status (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_transaction_stat ... 中のトランザクションの状態を返す 説明 pg_transaction_status ( PgSql\Connection $connection ): int サーバー上で ... commit を off に 設定している場合、 pg_transaction_status() は 不正確な値を返します。サーバー側での自動コミッ ... リソース を期待していました。 例 例1 pg_transaction_status() の例 <?php $dbconn = pg_connect ( "dbname=publis ...
https://man.plustar.jp/php/function.pg-transaction-status.html - [similar]
FPM の情報ページ 5798
« オブザーバビリティ(可観測性) FPM 関数 » PHP Manual オブザーバビリティ(可観測性) FPM の情報ペー ... 明と、 表示される内容について記しています。 fpm_get_status() も参照下さい。 設定 FPM の情報ページは、 FPM プー ... ルの設定にある pm.status_path パラメータを設定することで有効にできます。 警 ... を設定する例は、下記のようになります。 ここでは、 pm.status_path に /fpm-status を設定しています: <LocationMat ... ch "/fpm-status"> Order Allow,Deny Allow from 127.0.0.1 ProxyPass ...
https://man.plustar.jp/php/fpm.status.html - [similar]
現在のセッションの状態を返す 5798
« session_start session_unset » PHP Manual セッション関数 現在のセッションの状態を返す session_status ... tatus (PHP 5 >= 5.4.0, PHP 7, PHP 8) session_status — 現在のセッションの状態を返す 説明 session_status ... (): int session_status() を使うと、現在のセッションの状態を取得できます。 ... ションを再開する 関連キーワード: セッション , 状態 , status , 関数 , パラメータ , 存在 , unset , int , 取得 , ...
https://man.plustar.jp/php/function.session-status.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT