検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 163 for errno (0.053 sec.)
サーバーとの接続をチェックし、もし切断されている場合は再接続を試みる 5263
« mysqli::options mysqli::poll » PHP Manual mysqli サーバーとの接続をチェックし、もし切断されてい ... 接続状況をチェックします */ if ( $mysqli -> connect_errno ) { printf ( "Connect failed: %s\n" , $mysqli -> c ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ...
https://man.plustar.jp/php/mysqli.ping.html - [similar]
PCNTL 関数 5263
« 基本的な使用法 pcntl_alarm » PHP Manual PCNTL PCNTL 関数 PCNTL 関数 参考 POSIX 関数 の節を参照 ... ンドリングを有効/無効にするか、古い設定を返す pcntl_errno — pcntl_get_last_error のエイリアス pcntl_exec — 現 ... aitinfo — シグナルを待つ pcntl_strerror — 指定した errno に対応するシステムのエラーメッセージを取得する pcn ...
https://man.plustar.jp/php/ref.pcntl.html - [similar]
Exponential Moving Average 5218
« trader_dx trader_errno » PHP Manual Trader 関数 Exponential Moving Average trader_ema (PECL tr ...
https://man.plustar.jp/php/function.trader-ema.html - [similar]
Vector Arithmetic Exp 5218
« trader_errno trader_floor » PHP Manual Trader 関数 Vector Arithmetic Exp trader_exp (PECL trad ...
https://man.plustar.jp/php/function.trader-exp.html - [similar]
直近に実行されたクエリの情報を取得する 5218
« mysqli::get_warnings mysqli::init » PHP Manual mysqli 直近に実行されたクエリの情報を取得する m ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ...
https://man.plustar.jp/php/mysqli.info.html - [similar]
mysql サーバーとの接続をオープンする 5218
« mysqli::query mysqli::real_escape_string » PHP Manual mysqli mysql サーバーとの接続をオープンす ... y_db' )) { die( 'Connect Error (' . mysqli_connect_errno () . ') ' . mysqli_connect_error ()); } echo 'Succ ... , $db )) { die( 'Connect Error (' . mysqli_connect_errno () . ') ' . mysqli_connect_error ()); } } } $db = ... y_db' )) { die( 'Connect Error (' . mysqli_connect_errno () . ') ' . mysqli_connect_error ()); } echo 'Succ ...
https://man.plustar.jp/php/mysqli.real-connect.html - [similar]
現在の接続のスレッド ID を返す 5218
« mysqli::store_result mysqli::thread_safe » PHP Manual mysqli 現在の接続のスレッド ID を返す my ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ...
https://man.plustar.jp/php/mysqli.thread-id.html - [similar]
接続済みのソケットについて暗号化の on/off を切り替える 5172
« stream_socket_client stream_socket_get_name » PHP Manual ストリーム 関数 接続済みのソケットにつ ... cket_client ( "tcp://myproto.example.com:31337" , $errno , $errstr , 30 ); if (! $fp ) { die( "接続できませ ... ん: $errstr ( $errno )" ); } /* ログイン時の暗号化を有効にします */ str ...
https://man.plustar.jp/php/function.stream-socket-enable-crypto.html - [similar]
Returns an error string for the last error encountered 5172
« GearmanClient::echo GearmanClient::getErrno » PHP Manual GearmanClient Returns an error string ... uman readable error string. 参考 GearmanClient::getErrno() - Get an errno value 関連キーワード: string , Re ... turns , getErrno , パラメータ , public , 関数 , human , readable , ...
https://man.plustar.jp/php/gearmanclient.error.html - [similar]
Get the last error encountered 5172
« GearmanWorker::echo GearmanWorker::getErrno » PHP Manual GearmanWorker Get the last error enco ... ん。 戻り値 An error string. 参考 GearmanWorker::getErrno() - Get errno 関連キーワード: Get , GearmanWorker ... , the , string , getErrno , パラメータ , public , Returns , 関数 , An ...
https://man.plustar.jp/php/gearmanworker.error.html - [similar]