検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 252 for exit (0.024 sec.)
Remove all event callback functions of a socket. 4861
« Swoole\Event::defer Swoole\Event::exit » PHP Manual Swoole\Event Remove all event callback fun ...
https://man.plustar.jp/php/swoole-event.del.html - [similar]
Sets a callback for specified URI 4821
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callb ... echo "Counter reached max requests $max_requests . Exiting\n" ; exit(); } echo __METHOD__ , " called\n" ; ... argv [ 1 ]; } if ( $port <= 0 || $port > 65535 ) { exit( "Invalid port" ); } $base = new EventBase (); $ht ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]
リモートファイルの使用 4821
« 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow ... file ) { echo "<p>Unable to open remote file.\n" ; exit; } while (! feof ( $file )) { $line = fgets ( $fil ... o "<p>Unable to open remote file for writing.\n" ; exit; } /* データをここに書きます。 */ fputs ( $file , ...
https://man.plustar.jp/php/features.remote-files.html - [similar]
COM オブジェクトのイベントを PHP オブジェクトに接続する 4821
« com_create_guid com_get_active_object » PHP Manual COM関数 COM オブジェクトのイベントを PHP オ ... .0.0 より前のバージョンでは、 イベントハンドラから exit() を呼ぶことはサポートされていませんでした。 そうし ... ハンドラから例外を投げてメインのコードでキャッチし、 exit() を呼び出すことで回避できます。 参考 com_print_ty ...
https://man.plustar.jp/php/function.com-event-sink.html - [similar]
FTP サーバーにファイルを保存する(非ブロッキング) 4821
« ftp_nb_get ftp_nlist » PHP Manual FTP 関数 FTP サーバーにファイルを保存する(非ブロッキング) ... echo "There was an error uploading the file..." ; exit( 1 ); } ?> 例2 ftp_nb_put() でアップロードを再開す ... echo "There was an error uploading the file..." ; exit( 1 ); } ?> 参考 ftp_nb_fput() - オープン中のファイ ...
https://man.plustar.jp/php/function.ftp-nb-put.html - [similar]
クライアントのエンコーディングを設定する 4821
« pg_send_query pg_set_error_verbosity » PHP Manual PostgreSQL 関数 クライアントのエンコーディン ... " ); if (! $conn ) { echo "An error occurred.\n" ; exit; } // クライアントのエンコーディングを UNICODE にす ... ); if (! $result ) { echo "An error occurred.\n" ; exit; } // UTF-8 データを書き出す。 while ( $row = pg_f ...
https://man.plustar.jp/php/function.pg-set-client-encoding.html - [similar]
Remove all event callback functions of a socket 4821
« swoole_event_defer swoole_event_exit » PHP Manual Swoole 関数 Remove all event callback functi ...
https://man.plustar.jp/php/function.swoole-event-del.html - [similar]
Update the event callback functions of a socket 4821
« swoole_event_exit swoole_event_wait » PHP Manual Swoole 関数 Update the event callback functio ...
https://man.plustar.jp/php/function.swoole-event-set.html - [similar]
サービスの状態を問い合わせる 4821
« win32_pause_service win32_send_custom_control » PHP Manual win32service 関数 サービスの状態を問 ... が受領されたときのビットマスク を参照ください。 Win32ExitCode サービスが終了した際にプロセスが返すコード。 こ ... Win32Service エラーコード および win32_set_service_exit_mode() も参照してください。 ServiceSpecificExitCod ... ログに記録されるコード。 この値は win32_set_service_exit_code() で定義された値と同じです。 CheckPoint サービ ...
https://man.plustar.jp/php/function.win32-query-service-status.html - [similar]
結果セットにおける現在の行のカラムの長さを返す 4821
« mysqli_result::getIterator mysqli_result::$num_rows » PHP Manual mysqli_result 結果セットにおけ ... "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } $query = "SELECT * from Country ORDER BY Code ... "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } $query = "SELECT * from Country ORDER BY Code ...
https://man.plustar.jp/php/mysqli-result.lengths.html - [similar]