検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 163 for errno (0.034 sec.)
LDAP のエラー番号をエラーメッセージ文字列に変換する 7866
« ldap_dn2ufn ldap_errno » PHP Manual LDAP 関数 LDAP のエラー番号をエラーメッセージ文字列に変換す ... メッセージ文字列に変換する 説明 ldap_err2str ( int $errno ): string この関数は、エラー番号 errno が意味する ... エラーメッセージ文字列を返します。LDAP errno 番号は標準化されていますが、 異なったライブラリでは ... ー番号をチェックするようにしてください。 パラメータ errno エラー番号。 戻り値 エラーメッセージを表す文字列を ... %s<br />\n" , ldap_err2str ( $i )); } ?> 参考 ldap_errno() - 直近の LDAP コマンドの LDAP エラー番号を返す l ...
https://man.plustar.jp/php/function.ldap-err2str.html - [similar]
Returns the last error number 7729
« fann_get_connection_rate fann_get_errstr » PHP Manual Fann 関数 Returns the last error number ... fann_get_errno (PECL fann >= 1.0.0) fann_get_errno — Returns the ... last error number 説明 fann_get_errno ( resource $errdat ): int Returns the last error n ... e error number, or false on error. 参考 fann_reset_errno() - Resets the last error number fann_get_errstr() ... last errstr 関連キーワード: Returns , fann , the , errno , errstr , errdat , リソース , rate , Fann , 関数 ...
https://man.plustar.jp/php/function.fann-get-errno.html - [similar]
Resets the last error number 7729
« fann_read_train_from_file fann_reset_errstr » PHP Manual Fann 関数 Resets the last error numbe ... r fann_reset_errno (PECL fann >= 1.0.0) fann_reset_errno — Resets the ... last error number 説明 fann_reset_errno ( resource $errdat ): void Resets the last error n ... ングリソース。 戻り値 値を返しません。 参考 fann_get_errno() - Returns the last error number fann_reset_errst ... error string 関連キーワード: Resets , fann , the , errno , errstr , errdat , リソース , from , file , Fann ...
https://man.plustar.jp/php/function.fann-reset-errno.html - [similar]
直近のエラー番号を返す 7410
« curl_copy_handle curl_error » PHP Manual cURL 関数 直近のエラー番号を返す curl_errno (PHP 4 >= ... 4.0.3, PHP 5, PHP 7, PHP 8) curl_errno — 直近のエラー番号を返す 説明 curl_errno ( CurlHan ... ョンでは、 resource を期待していました。 例 例1 curl_errno() の例 <?php // 存在しない場所への curl ハンドルを ... ; // エラーが発生したかどうかを確認します if( curl_errno ( $ch )) { echo 'Curl error: ' . curl_error ( $ch ... ード 関連キーワード: エラー , 直近 , 番号 , handle , errno , cURL , CurlHandle , 期待 , バージョン , 履歴 ...
https://man.plustar.jp/php/function.curl-errno.html - [similar]
Get the error code of the latest system call 7410
« swoole_cpu_num swoole_error_log » PHP Manual Swoole 関数 Get the error code of the latest syst ... em call swoole_errno (PECL swoole >= 1.9.0) swoole_errno — Get the erro ... r code of the latest system call 説明 swoole_errno (): int パラメータ この関数にはパラメータはありませ ... Get , latest , system , call , the , swoole , of , errno , 関数 , パラメータ ...
https://man.plustar.jp/php/function.swoole-errno.html - [similar]
Get error code 7410
« trader_ema trader_exp » PHP Manual Trader 関数 Get error code trader_errno (PECL trader >= 0.3 ... .0) trader_errno — Get error code 説明 trader_errno (): int Get err ... ER_ERR_* constants. 関連キーワード: Get , trader , errno , 関数 , パラメータ , exp , Trader , int , operati ...
https://man.plustar.jp/php/function.trader-errno.html - [similar]
直近の LDAP コマンドの LDAP エラー番号を返す 7318
« ldap_err2str ldap_error » PHP Manual LDAP 関数 直近の LDAP コマンドの LDAP エラー番号を返す ld ... ap_errno (PHP 4, PHP 5, PHP 7, PHP 8) ldap_errno — 直近の L ... DAP コマンドの LDAP エラー番号を返す 説明 ldap_errno ( LDAP\Connection $ldap ): int 直近の LDAP コマンド ... bind ( $ld ); // フィルタ式に構文エラーがあります(errno 87)。 // 動作させるには、"objectclass=*" とする必 ... c=DE" , "objectclass" ); if (! $res ) { echo "LDAP-Errno: " . ldap_errno ( $ld ) . "<br />\n" ; echo "LDAP- ...
https://man.plustar.jp/php/function.ldap-errno.html - [similar]
直近で実行したコマンドからのエラーの一覧を返す 7318
« mysqli::$errno mysqli::$error » PHP Manual mysqli 直近で実行したコマンドからのエラーの一覧を返 ... ラーの一覧を返します。個々のエラーは連想配列形式で、 errno、error および sqlstate のキーを含みます。 例 例1 $m ... , "" ); /* 接続を確認します */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... rld" ); /* 接続を確認します */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... の例の出力は以下となります。 Array ( [0] => Array ( [errno] => 1193 [sqlstate] => HY000 [error] => Unknown sy ...
https://man.plustar.jp/php/mysqli.error-list.html - [similar]
直近のマルチハンドルに対するエラー番号を返す 7090
« curl_multi_close curl_multi_exec » PHP Manual cURL 関数 直近のマルチハンドルに対するエラー番号 ... を返す curl_multi_errno (PHP 7 >= 7.1.0, PHP 8) curl_multi_errno — 直近のマ ... ルチハンドルに対するエラー番号を返す 説明 curl_multi_errno ( CurlMultiHandle $multi_handle ): int 直近のマルチ ... ジョンでは、 resource を期待していました。 参考 curl_errno() - 直近のエラー番号を返す 関連キーワード: 直近 , ... マルチ , ハンドル , エラー , 番号 , multi , errno , handle , cURL , 関数 ...
https://man.plustar.jp/php/function.curl-multi-errno.html - [similar]
直近の共有ハンドルに対するエラー番号を返す 7090
« curl_share_close curl_share_init » PHP Manual cURL 関数 直近の共有ハンドルに対するエラー番号を ... 返す curl_share_errno (PHP 7 >= 7.1.0, PHP 8) curl_share_errno — 直近の共 ... 有ハンドルに対するエラー番号を返す 説明 curl_share_errno ( CurlShareHandle $share_handle ): int 直近の共有ハ ... ジョンでは、 resource を期待していました。 参考 curl_errno() - 直近のエラー番号を返す 関連キーワード: 直近 , ... 共有 , ハンドル , エラー , 番号 , share , errno , handle , cURL , 関数 ...
https://man.plustar.jp/php/function.curl-share-errno.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT