検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 163 for errno (0.002 sec.)
直近の関数コールによるエラーコードを返す 9830
« mysqli::dump_debug_info mysqli::$error_list » PHP Manual mysqli 直近の関数コールによるエラーコ ... ードを返す mysqli::$errno mysqli_errno (PHP 5, PHP 7, PHP 8) mysqli::$errno ... -- mysqli_errno — 直近の関数コールによるエラーコードを返す 説明 オ ... ブジェクト指向型 int $mysqli->errno ; 手続き型 mysqli_errno ( mysqli $mysql ): int 直近 ... ラーが発生しなかったことを示します。 例 例1 $mysqli->errno の例 オブジェクト指向型 <?php $mysqli = new mysqli ...
https://man.plustar.jp/php/mysqli.errno.html - [similar]
Convert the Errno into error messages 9785
« swoole_set_process_name swoole_timer_after » PHP Manual Swoole 関数 Convert the Errno into err ... ECL swoole >= 1.9.0) swoole_strerror — Convert the Errno into error messages 説明 swoole_strerror ( int $er ... rno , int $error_type = 0 ): string パラメータ errno 戻り値 関連キーワード: Convert , Errno , into , me ... ssages , swoole , the , strerror , errno , int , string ...
https://man.plustar.jp/php/function.swoole-strerror.html - [similar]
Get errno 9556
« GearmanWorker::error GearmanWorker::options » PHP Manual GearmanWorker Get errno GearmanWorker ... ::getErrno (PECL gearman >= 0.5.0) GearmanWorker::getErrno... Get errno 説明 public GearmanWorker::getErrno (): int Return ... s the value of errno in the case of a GEARMAN_ERRNO return value. パラメ ... この関数にはパラメータはありません。 戻り値 A valid errno. 参考 GearmanWorker::error() - Get the last error ...
https://man.plustar.jp/php/gearmanworker.geterrno.html - [similar]
Get an errno value 9465
« GearmanClient::error GearmanClient::jobStatus » PHP Manual GearmanClient Get an errno value Ge ... armanClient::getErrno (PECL gearman >= 0.5.0) GearmanClient::getErrno... Get an errno value 説明 public GearmanClient::getErrno (): int ... Value of errno in the case of a GEARMAN_ERRNO return value. パラメ ... にはパラメータはありません。 戻り値 A valid Gearman errno. 参考 GearmanClient::error() - Returns an error st ...
https://man.plustar.jp/php/gearmanclient.geterrno.html - [similar]
直近の接続コールに関するエラーコードを返す 9419
« mysqli::commit mysqli::$connect_error » PHP Manual mysqli 直近の接続コールに関するエラーコード ... を返す mysqli::$connect_errno mysqli_connect_errno (PHP 5, PHP 7, PHP 8) mysqli: ... :$connect_errno -- mysqli_connect_errno — 直近の接続コールに関する ... を返す 説明 オブジェクト指向型 int $mysqli->connect_errno ; 手続き型 mysqli_connect_errno (): int 直近で試み ... 生しなかったことを示します。 例 例1 $mysqli->connect_errno の例 オブジェクト指向型 <?php mysqli_report ( MYSQ ...
https://man.plustar.jp/php/mysqli.connect-errno.html - [similar]
SNMP クラス 9282
« snmpwalkoid SNMP::close » PHP Manual SNMP SNMP クラス SNMP クラス (PHP 5 >= 5.4.0, PHP 7, PHP ... Id , bool $preserveKeys = false ): mixed public getErrno (): int public getError (): string public getnext ... peaters = -1 ): array | false /* 定数 */ const int ERRNO_NOERROR = 0 ; const int ERRNO_GENERIC = 2 ; const ... int ERRNO_TIMEOUT = 4 ; const int ERRNO_ERROR_IN_REPLY = 8 ; ... const int ERRNO_OID_NOT_INCREASING = 16 ; const int ERRNO_OID_PARS ...
https://man.plustar.jp/php/class.snmp.html - [similar]
直近のステートメントのコールに関するエラーコードを返す 8460
« mysqli_stmt::data_seek mysqli_stmt::$error_list » PHP Manual mysqli_stmt 直近のステートメントの ... コールに関するエラーコードを返す mysqli_stmt::$errno mysqli_stmt_errno (PHP 5, PHP 7, PHP 8) mysqli_stm ... t::$errno -- mysqli_stmt_errno — 直近のステートメントのコール ... ードを返す 説明 オブジェクト指向型 int $mysqli_stmt->errno ; 手続き型 mysqli_stmt_errno ( mysqli_stmt $statem ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ...
https://man.plustar.jp/php/mysqli-stmt.errno.html - [similar]
直近の MySQL 処理からエラーメッセージのエラー番号を返す 8186
« mysql_drop_db mysql_error » PHP Manual MySQL 関数 直近の MySQL 処理からエラーメッセージのエラー ... 番号を返す mysql_errno (PHP 4, PHP 5) mysql_errno — 直近の MySQL 処理から ... い。 この関数の代替として、これらが使えます。 mysqli_errno() PDO::errorCode() 説明 mysql_errno ( resource $li ... てくるエラーは、 警告を発生しません。代わりに mysql_errno() を用いて エラー番号を取得してください。この関数が ... 直近に実行された MySQL 関数( mysql_error() と mysql_errno() は除く)のエラーコードだけであることに 注意しまし ...
https://man.plustar.jp/php/function.mysql-errno.html - [similar]
Return the numerical value of the error message from previous CUBRID operation 7958
« cubrid_db_name cubrid_error » PHP Manual CUBRID MySQL 互換関数 Return the numerical value of t ... rror message from previous CUBRID operation cubrid_errno (PECL CUBRID >= 8.3.1) cubrid_errno — Return the n ... message from previous CUBRID operation 説明 cubrid_errno ( resource $conn_identifier = ? ): int Returns the ... r number from the last CUBRID function. The cubrid_errno() function is used to get the error code of the er ... n, or 0 (zero) if no error occurred. 例 例1 cubrid_errno() example <?php $con = cubrid_connect ( 'localhost ...
https://man.plustar.jp/php/function.cubrid-errno.html - [similar]
エラーコードの説明を返す 7866
« curl_share_strerror curl_unescape » PHP Manual cURL 関数 エラーコードの説明を返す curl_strerro ... コードを指定した場合は null を返します。 例 例1 curl_errno() の例 <?php // URL をスペルミスした状態で curl ハ ... ラーをチェックし、エラーメッセージを表示します if( $errno = curl_errno ( $ch )) { $error_message = curl_stre ... rror ( $errno ); echo "cURL error ( { $errno } ):\n { $error_mes ... す。 cURL error (1): Unsupported protocol 参考 curl_errno() - 直近のエラー番号を返す curl_error() - 現在のセ ...
https://man.plustar.jp/php/function.curl-strerror.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT