検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 252 for exit (0.010 sec.)
ヘッダが既に送信されているかどうかを調べる 5201
« headers_list http_response_code » PHP Manual ネットワーク 関数 ヘッダが既に送信されているかどう ... { header ( 'Location: http://www.example.com/' ); exit; } // オプションのfileとlineパラメータの使用例 // ... { header ( 'Location: http://www.example.com/' ); exit; // おそらく、ここでエラー処理を行うでしょう。 } e ... ple.com\">リンク</a> をクリックしてください。\n" ; exit; } ?> 注意 注意 : ヘッダにアクセスできたりヘッダを ...
https://man.plustar.jp/php/function.headers-sent.html - [similar]
Ping a server connection or reconnect if there is no connection 5151
« cubrid_num_fields cubrid_query » PHP Manual CUBRID MySQL 互換関数 Ping a server connection or ... ( $sql ); if (! $result ) { echo 'Query #1 failed, exiting.' ; exit; } /* Make sure the connection is stil ... (! cubrid_ping ( $conn )) { echo 'Lost connection, exiting after query #1' ; exit; } cubrid_free_result ( ...
https://man.plustar.jp/php/function.cubrid-ping.html - [similar]
基本的な使用法 5151
« 例 PCNTL 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 この例は、シグナルハンドラを有する ... ) { die( "fork できません" ); } else if ( $pid ) { exit(); // 親プロセスの場合 } else { // 子プロセスの場合 ... ch ( $signo ) { case SIGTERM : // 終了タスクを処理 exit; break; case SIGHUP : // 再起動タスクを処理 break; ...
https://man.plustar.jp/php/pcntl.example.html - [similar]
データベースを選択し、そこでクエリーを実行する 5111
« mysql_db_name mysql_drop_db » PHP Manual MySQL 関数 データベースを選択し、そこでクエリーを実行 ... password' )) { echo 'Could not connect to mysql' ; exit; } if (! mysql_select_db ( 'mysql_dbname' , $link ... )) { echo 'Could not select database' ; exit; } $sql = 'SELECT foo FROM bar WHERE id = 42' ; $r ... tabase\n" ; echo 'MySQL Error: ' . mysql_error (); exit; } while ( $row = mysql_fetch_assoc ( $result )) { ...
https://man.plustar.jp/php/function.mysql-db-query.html - [similar]
PKCS#12 認証ストアをパースして配列形式にする 5071
« openssl_pkcs12_export openssl_pkcs7_decrypt » PHP Manual OpenSSL 関数 PKCS#12 認証ストアをパー ... ) { echo "Error: Unable to read the cert file\n" ; exit; } if ( openssl_pkcs12_read ( $cert_store , $cert_ ... { echo "Error: Unable to read the cert store.\n" ; exit; } ?> 関連キーワード: 認証 , ストア , パース , 配列 ...
https://man.plustar.jp/php/function.openssl-pkcs12-read.html - [similar]
Swoole 関数 5071
« 定義済み定数 swoole_async_dns_lookup » PHP Manual Swoole Swoole 関数 Swoole 関数 目次 swoole_a ... event callback functions of a socket swoole_event_exitExit the eventloop, only available at the client ...
https://man.plustar.jp/php/ref.swoole-funcs.html - [similar]
SimpleXMLElement オブジェクトから DOMElement オブジェクトを取得する 5031
« DOM 関数 libxml » PHP Manual DOM 関数 SimpleXMLElement オブジェクトから DOMElement オブジェクト ... false ) { echo 'ドキュメントのパース中にエラー' ; exit; } $dom_sxe = dom_import_simplexml ( $sxe ); if (! ... $dom_sxe ) { echo 'XML の変換中にエラー' ; exit; } $dom = new DOMDocument ( '1.0' ); $dom_sxe = $d ...
https://man.plustar.jp/php/function.dom-import-simplexml.html - [similar]
Get the status for the running task 5031
« GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the ... break; case GEARMAN_WORK_FAIL : echo "Failed\n" ; exit; case GEARMAN_SUCCESS : break; default: echo "RET: ... " . $gmclient -> returnCode () . "\n" ; exit; } } while( $gmclient -> returnCode () != GEARMAN_ ...
https://man.plustar.jp/php/gearmanclient.dostatus.html - [similar]
Swoole 4991
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... event callback functions of a socket swoole_event_exitExit the eventloop, only available at the client ... vent callback functions of a socket. Swoole\Event::exitExit the eventloop, only available at client sid ... s::exec — Execute system commands. Swoole\Process::exit — Stop the child processes. Swoole\Process::freeQu ...
https://man.plustar.jp/php/book.swoole.html - [similar]
Binds an HTTP server on the specified address and port 4991
« EventHttp::addServerAlias EventHttp::__construct » PHP Manual EventHttp Binds an HTTP server o ... P ); if (! $http -> bind ( "127.0.0.1" , 8088 )) { exit( "bind(1) failed\n" ); }; if (! $http -> bind ( "1 ... 27.0.0.1" , 8089 )) { exit( "bind(2) failed\n" ); }; $http -> setCallback ( " ...
https://man.plustar.jp/php/eventhttp.bind.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT