検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 1188 for error (0.032 sec.)
サーバーとの接続をチェックし、もし切断されている場合は再接続を試みる 3235
« mysqli::options mysqli::poll » PHP Manual mysqli サーバーとの接続をチェックし、もし切断されてい ... intf ( "Connect failed: %s\n" , $mysqli -> connect_error ); exit(); } /* サーバーが稼動中かどうかを確認しま ... ( "Our connection is ok!\n" ); } else { printf ( "Error: %s\n" , $mysqli -> error ); } /* 接続を閉じます * ... { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* サーバーが稼動中かどうかを確認し ... ( "Our connection is ok!\n" ); } else { printf ( "Error: %s\n" , mysqli_error ( $link )); } /* 接続を閉じま ...
https://man.plustar.jp/php/mysqli.ping.html - [similar]
Stomp Client 3218
« ssh2_tunnel はじめに » PHP Manual その他のサービス Stomp Client Stomp Client はじめに インスト ... 実行時設定 リソース型 例 Stomp 関数 stomp_connect_error — Returns a string description of the last connect ... error stomp_version — Gets the current stomp extension v ... Stomp::__destruct — Closes stomp connection Stomp::error — Gets the last stomp error Stomp::getReadTimeout ...
https://man.plustar.jp/php/book.stomp.html - [similar]
Oracleとの接続を閉じる 3218
« oci_client_version oci_commit » PHP Manual OCI8 関数 Oracleとの接続を閉じる oci_close (PHP 5, ... come' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ... ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT * FROM de ... come' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ... ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT * FROM de ...
https://man.plustar.jp/php/function.oci-close.html - [similar]
Get information from a RPM file 3218
« rpmdbsearch rpmvercmp » PHP Manual RpmInfo 関数 Get information from a RPM file rpminfo (PECL ... nfo ( string $path , bool $full = false , string &$error = ? ): array Retrieve information about a local fi ... r the file are retrieved, else only a minimal set. error If provided, will receive the possible error messa ... warning. 戻り値 An array of information or NULL on error. 例 例1 A rpminfo() example <?php rpmaddtag ( RPMT ...
https://man.plustar.jp/php/function.rpminfo.html - [similar]
エラーの内容を返す 3218
« yaz_errno yaz_es_result » PHP Manual YAZ 関数 エラーの内容を返す yaz_error (PHP 4 >= 4.0.1, PE ... CL yaz >= 0.9.0) yaz_error — エラーの内容を返す 説明 yaz_error ( resource $id ... ): string yaz_error() は、 yaz_errno() で返された直近のエラー番号に対応 ...
https://man.plustar.jp/php/function.yaz-error.html - [similar]
Returns any write errors that occurred 3218
« MongoDB\Driver\WriteResult::getWriteConcernError MongoDB\Driver\WriteResult::isAcknowledged » ... anual MongoDB\Driver\WriteResult Returns any write errors that occurred MongoDB\Driver\WriteResult::getWrit ... eErrors (mongodb >=1.0.0) MongoDB\Driver\WriteResult::get ... WriteErrors — Returns any write errors that occurred 説明 fin ... al public MongoDB\Driver\WriteResult::getWriteErrors (): array パラメータ この関数にはパラメータはあり ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteerrors.html - [similar]
直前のステートメントの操作での SQLSTATE エラーを返す 3218
« mysqli_stmt::send_long_data mysqli_stmt::store_result » PHP Manual mysqli_stmt 直前のステートメ ... りうる値の一覧は » http://dev.mysql.com/doc/mysql/en/error-handling.html を参照ください。 パラメータ stmt 手続 ... { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } $mysqli -> query ( "CREATE TABLE my ... クエリを実行します */ $stmt -> execute (); printf ( "Error: %s.\n" , $stmt -> sqlstate ); /* ステートメントを ... { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } mysqli_query ( $link , "CREATE TABL ...
https://man.plustar.jp/php/mysqli-stmt.sqlstate.html - [similar]
Register a concurrent call 3218
« Yar_Concurrent_Client Yar_Concurrent_Client::loop » PHP Manual Yar_Concurrent_Client Register ... arameters = ? , callable $callback = ? , callable $error_callback = ? , array $options = ? ): int Register ... l , $callinfo ) { var_dump ( $retval ); } function error_callback ( $type , $error , $callinfo ) { error_lo ... g ( $error ); } Yar_Concurrent_Client :: call ( "http://host/ ...
https://man.plustar.jp/php/yar-concurrent-client.call.html - [similar]
数値をフォーマットする 3200
« NumberFormatter::formatCurrency NumberFormatter::getAttribute » PHP Manual NumberFormatter 数値 ... ntl_is_failure ( numfmt_format ( $fmt ))) { report_error ( "Formatter error" ); } ?> 例2 オブジェクト指向の ... 91234567890000 ); if( intl_is_failure ( $fmt -> getErrorCode ())) { report_error ( "Formatter error" ); } ? ... 出力は以下となります。 1.234.567,891 参考 numfmt_get_error_code() - フォーマッタの直近のエラーコードを取得する ...
https://man.plustar.jp/php/numberformatter.format.html - [similar]
ファイルのアクセス権限を判断する 3183
« POSIX 関数 posix_ctermid » PHP Manual POSIX 関数 ファイルのアクセス権限を判断する posix_access ... ファイルの読み込みと書き込みが可能です!' ; } else { $error = posix_get_last_error (); echo "エラー $error : " ... . posix_strerror ( $error ); } ?> 注意 参考 posix_get_last_error() ... posix 関数が設定したエラー番号を取得する posix_strerror() - 指定したエラー番号に対応するシステムのエラーメ ...
https://man.plustar.jp/php/function.posix-access.html - [similar]