検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 252 for exit (0.011 sec.)
現在の接続のスレッド ID を返す 5531
« mysqli::store_result mysqli::thread_safe » PHP Manual mysqli 現在の接続のスレッド ID を返す my ... "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* スレッド ID を取得します */ $thread_id = $ ... )) { printf ( "Error: %s\n" , $mysqli -> error ); exit; } /* 接続を閉じます */ $mysqli -> close (); ?> 手 ... "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* スレッド ID を取得します */ $thread_id = m ... printf ( "Error: %s\n" , mysqli_error ( $link )); exit; } /* 接続を閉じます */ mysqli_close ( $link ); ?> ...
https://man.plustar.jp/php/mysqli.thread-id.html - [similar]
サービスに送信された直近の制御メッセージを返す 5491
« win32_delete_service win32_pause_service » PHP Manual win32service 関数 サービスに送信された直 ... tus() - サービスの状態を更新する win32_set_service_exit_mode() - Define or return the exit mode for the cu ... rrent running service win32_set_service_exit_code() - Define or return the exit code for the cu ...
https://man.plustar.jp/php/function.win32-get-last-control-message.html - [similar]
スクリプトを SCM に登録し、指定した名前でサービスとして稼動させる ようにする 5491
« win32_set_service_status win32_start_service » PHP Manual win32service 関数 スクリプトを SCM に ... 場合、エラーで終了します。 詳細は win32_set_service_exit_mode() を参照してください。 戻り値 値を返しません。 ... 信された直近の制御メッセージを返す win32_set_service_exit_mode() - Define or return the exit mode for the cu ... rrent running service win32_set_service_exit_code() - Define or return the exit code for the cu ...
https://man.plustar.jp/php/function.win32-start-service-ctrl-dispatcher.html - [similar]
シャットダウン時に実行する関数を登録する 5451
« get_defined_functions register_tick_function » PHP Manual 関数処理 関数 シャットダウン時に実行 ... s ): ? bool スクリプト処理が完了したとき、あるいは exit() がコールされたときに実行するコールバック関数を登 ... 録された順に関数がコールされます。 登録した関数内で exit() をコールした場合、 処理はそこで終了してその他のシ ... 用のハンドラは pcntl_signal() で登録できます。ここで exit() を使えば、きれいに終わらせることができます。 注意 ... 、実行中の関数は終了しません。 参考 auto_append_file exit() - メッセージを出力し、現在のスクリプトを終了する ...
https://man.plustar.jp/php/function.register-shutdown-function.html - [similar]
The Swoole\Process class 5411
« Swoole\MySQL\Exception Swoole\Process::alarm » PHP Manual Swoole The Swoole\Process class The ... ing $exec_file , string $args ): ReturnType public exit ( string $exit_code = ? ): void public freeQueue ( ... s::exec — Execute system commands. Swoole\Process::exit — Stop the child processes. Swoole\Process::freeQu ...
https://man.plustar.jp/php/class.swoole-process.html - [similar]
Tells event_base to stop dispatching events 5411
« EventBase::reInit EventBuffer » PHP Manual EventBase Tells event_base to stop dispatching even ... 、失敗した場合に false を返します。 参考 EventBase::exit() - Stop dispatching events EventBase::gotStop() - ... Checks if the event loop was told to exit 関連キーワード: stop , event , dispatching , event ...
https://man.plustar.jp/php/eventbase.stop.html - [similar]
連想配列として結果の行を取得する 5361
« mysql_fetch_array mysql_fetch_field » PHP Manual MySQL 関数 連想配列として結果の行を取得する m ... echo "Unable to connect to DB: " . mysql_error (); exit; } if (! mysql_select_db ( "mydbname" )) { echo "U ... nable to select mydbname: " . mysql_error (); exit; } $sql = "SELECT id as userid, fullname, userstat ... ly run query ( $sql ) from DB: " . mysql_error (); exit; } if ( mysql_num_rows ( $result ) == 0 ) { echo " ... No rows found, nothing to print so am exiting" ; exit; } // データ行が存在する間、それを $row ...
https://man.plustar.jp/php/function.mysql-fetch-assoc.html - [similar]
Overload a VM opcode 5361
« uopz_implement uopz_redefine » PHP Manual Uopz 関数 Overload a VM opcode uopz_overload (PECL u ... uopz_overload() example <?php uopz_overload ( ZEND_EXIT , function(){}); exit(); echo "Hello World" ; ?> 上 ...
https://man.plustar.jp/php/function.uopz-overload.html - [similar]
基本的な VarnishStat の使用法 5361
« 基本的な VarnishAdmin の使用法 基本的な VarnishLog の使用法 » PHP Manual 例 基本的な VarnishSt ... VarnishException $e ) { echo $e -> getMessage (); exit( 3 ); } exit( 0 ); ?> 関連キーワード: 基本 , Varni ...
https://man.plustar.jp/php/varnish.example.stat.html - [similar]
Adds a server alias to the HTTP server object 5201
« EventHttp::accept EventHttp::bind » PHP Manual EventHttp Adds a server alias to the HTTP serve ... P ); if (! $http -> bind ( "127.0.0.1" , 8088 )) { exit( "bind(1) failed\n" ); }; if (! $http -> addServer ... Alias ( "local.net" )) { exit( "Failed to add server alias\n" ); } $http -> setC ...
https://man.plustar.jp/php/eventhttp.addserveralias.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT