検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 279 for status (0.088 sec.)
基本的な VarnishAdmin の使用法 5769
« 例 基本的な VarnishStat の使用法 » PHP Manual 例 基本的な VarnishAdmin の使用法 基本的な Varni ... ) { echo $e -> getMessage (); exit( 3 ); } try { $status = $va -> ban ( 'req.url ~ "^/$"' ); if ( VARNISH_S ... TATUS_OK != $status ) { throw new VarnishException ( "Ban method retur ... ned $status status\n" ); } } catch ( VarnishException $e ) { e ...
https://man.plustar.jp/php/varnish.example.admin.html - [similar]
解凍の状態を取得する 5537
« inflate_get_read_len inflate_init » PHP Manual Zlib 関数 解凍の状態を取得する inflate_get_status ... us (PHP 7 >= 7.2.0, PHP 8) inflate_get_status — 解凍の状態を取得する 説明 inflate_get_status ( I ... た。 関連キーワード: 解凍 , 状態 , 取得 , inflate , status , context , 期待 , バージョン , InflateContext , 変 ...
https://man.plustar.jp/php/function.inflate-get-status.html - [similar]
サービスの状態を更新する 5508
« win32_set_service_exit_mode win32_start_service_ctrl_dispatcher » PHP Manual win32service 関数 ... サービスの状態を更新する win32_set_service_status (PECL win32service >=0.1.0) win32_set_service_stat ... — サービスの状態を更新する 説明 win32_set_service_status ( int $status , int $checkpoint = 0 ): void SCM に ... PI では、この関数は無効になっています。 パラメータ status 以下のステータスコードのうちのひとつ。 WIN32_SERVI ... の値をインクリメントすべきです。 checkpoint の値は、 status が以下の場合のみ、正しい値です: WIN32_SERVICE_STOP ...
https://man.plustar.jp/php/function.win32-set-service-status.html - [similar]
Set Checked 5478
« UI\MenuItem::onClick UI\Area » PHP Manual UI\MenuItem Set Checked UI\MenuItem::setChecked (UI ... setChecked ( bool $checked ) Shall set the checked status of this Menu Item パラメータ checked The new statu ... Set , Checked , MenuItem , setChecked , checked , status , onClick , public , Shall , hecked ...
https://man.plustar.jp/php/ui-menuitem.setchecked.html - [similar]
Set Checked 5420
« UI\Controls\Check::onToggle UI\Controls\Check::setText » PHP Manual UI\Controls\Check Set Chec ... eck::setChecked ( bool $checked ) Shall change the status of this Check パラメータ checked The new status... hecked , Check , Controls , setChecked , checked , status , onToggle , setText , public ...
https://man.plustar.jp/php/ui-controls-check.setchecked.html - [similar]
現在の FPMプール の状態を返す 5391
« fastcgi_finish_request セッション関連 » PHP Manual FPM 関数 現在の FPMプール の状態を返す fpm_ ... get_status (PHP 7 >= 7.3, PHP 8) fpm_get_status — 現在の FPMプ ... ール の状態を返す 説明 fpm_get_status (): array この関数は、現在の FPMプール の状態を全て ... を返します。 関連キーワード: 状態 , プール , 関数 , status , 情報 , パラメータ , セッション , array , 格納 , ...
https://man.plustar.jp/php/function.fpm-get-status.html - [similar]
子プロセスを停止させたシグナルを返す 5391
« pcntl_wifstopped pcntl_wtermsig » PHP Manual PCNTL 関数 子プロセスを停止させたシグナルを返す p ... 停止させたシグナルを返す 説明 pcntl_wstopsig ( int $status ): int | false 子プロセスを停止させたシグナル番号を ... pped() が true を返す場合のみ有用です。 パラメータ status パラメータ status は、 pcntl_waitpid() が正常にコー ... ド: プロセス , シグナル , 停止 , pcntl , wstopsig , status , wifstopped , 関数 , int , 番号 ...
https://man.plustar.jp/php/function.pcntl-wstopsig.html - [similar]
接続ステータスのビットフィールドを返す 5362
« connection_aborted constant » PHP Manual その他の関数 接続ステータスのビットフィールドを返す c ... onnection_status (PHP 4, PHP 5, PHP 7, PHP 8) connection_status — 接 ... 続ステータスのビットフィールドを返す 説明 connection_status (): int 接続ステータスのビットフィールドを取得しま ... 理 関連キーワード: 接続 , ステータス , connection , status , 切断 , パラメータ , 処理 , aborted , 関数 , igno ...
https://man.plustar.jp/php/function.connection-status.html - [similar]
終了した子プロセスのリターンコードを返す 5362
« pcntl_waitpid pcntl_wifexited » PHP Manual PCNTL 関数 終了した子プロセスのリターンコードを返す ... pcntl_wexitstatus (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_wexits ... した子プロセスのリターンコードを返す 説明 pcntl_wexitstatus ( int $status ): int | false 終了した子プロセスのリ ... ted() が true を返す場合のみ 有用です。 パラメータ status パラメータ status は、 pcntl_waitpid() が正常にコー ... ス , リターンコード , pcntl , waitpid , wifexited , status , wexitstatus , パラメータ , int ...
https://man.plustar.jp/php/function.pcntl-wexitstatus.html - [similar]
ステータスコードが正常終了を表しているかどうかを調べる 5362
« pcntl_wexitstatus pcntl_wifsignaled » PHP Manual PCNTL 関数 ステータスコードが正常終了を表して ... しているかどうかを調べる 説明 pcntl_wifexited ( int $status ): bool ステータスコードが正常終了を表しているかど ... うかを調べます。 パラメータ status パラメータ status は、 pcntl_waitpid() が正常にコー ... フォークした子プロセスのステータスを返す pcntl_wexitstatus() - 終了した子プロセスのリターンコードを返す 関連キ ... ーワード: 終了 , pcntl , wifexited , プロセス , status , waitpid , パラメータ , wexitstatus , int , 関数 ...
https://man.plustar.jp/php/function.pcntl-wifexited.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT