検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 1188 for error (0.021 sec.)
mysqli のエラー報告モードを設定する 3385
« mysqli_driver::embedded_server_start mysqli_warning » PHP Manual mysqli_driver mysqli のエラー ... P 8.1.0 以降では、デフォルトの設定は MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT です。 それより前のバージョ ... SQLI_REPORT_OFF レポートをオフにする MYSQLI_REPORT_ERROR mysqli の関数呼び出しからのエラーを報告する MYSQLI ... バージョン 説明 8.1.0 デフォルト値が MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT になりました。 これより前の ... > 50000" ); } catch ( mysqli_sql_exception $e ) { error_log ( $e -> __toString ()); } 例2 手続き型 <?php / ...
https://man.plustar.jp/php/mysqli-driver.report-mode.html - [similar]
リソース型の一覧 3385
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... ddressInfo (ソケット) bzip2 bzopen() bzerrno() , bzerror() , bzerrstr() , bzflush() , bzread() , bzwrite() ... s() cubrid_client_encoding() cubrid_errno() cubrid_error() cubrid_list_dbs() cubrid_ping() cubrid_query() c ... s() cubrid_client_encoding() cubrid_errno() cubrid_error() cubrid_list_dbs() cubrid_ping() cubrid_query() c ... rl_init() curl_copy_handle() , curl_errno() , curl_error() , curl_exec() , curl_getinfo() , curl_setopt() c ...
https://man.plustar.jp/php/resource.html - [similar]
指定したドキュメントのパースで発生した警告とエラーを返す 3385
« tidy::diagnose tidy::getConfig » PHP Manual tidy 指定したドキュメントのパースで発生した警告とエ ... ラーを返す tidy::$errorBuffer tidy_get_error_buffer (PHP 5, PHP 7, PHP 8, ... PECL tidy >= 0.5.2) tidy::$errorBuffer -- tidy_get_error_buffer — 指定したドキュメン ... ブジェクト指向型 (プロパティ): public string $tidy->errorBuffer ; 手続き型: tidy_get_error_buffer ( tidy $ti ... ファが空の場合は false を返します。 例 例1 tidy_get_error_buffer() の例 <?php $html = '<p>paragraph</p>' ; $ ...
https://man.plustar.jp/php/tidy.props.errorbuffer.html - [similar]
oci_error のエイリアス 3367
« ocidefinebyname ociexecute » PHP Manual OCI8 廃止されたエイリアスと関数 oci_error のエイリアス ... ocierror (PHP 4, PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.0.0) o ... cierror — oci_error() のエイリアス 説明 oci_error() のエイ ... とを強く推奨します。 関連キーワード: oci , OCI , ocierror , 推奨 , ocidefinebyname , ociexecute , 廃止 , 関数 ...
https://man.plustar.jp/php/function.ocierror.html - [similar]
インターネットドメインまたは Unix ドメインのサーバーソケットを作成する 3367
« stream_socket_sendto stream_socket_shutdown » PHP Manual ストリーム 関数 インターネットドメイン ... 説明 stream_socket_server ( string $address , int &$error_code = null , string &$error_message = null , int ... れるソケットトランスポートのリスト を参照ください。 error_code オプションの error_code と error_message パラ ... した 実際のシステムレベルのエラーを返します。 もし、 error_code に返された値が 0 で、かつ false が返された場合 ... 場合 ソケットの初期化に失敗したことを示しています。 error_code と error_message パラメータは常に参照渡しとな ...
https://man.plustar.jp/php/function.stream-socket-server.html - [similar]
Returns the WriteError's error message 3367
« MongoDB\Driver\WriteError::getInfo MongoDB\Driver\WriteResult » PHP Manual MongoDB\Driver\Writ ... eError Returns the WriteError's error message MongoDB\Dri ... ver\WriteError::getMessage (mongodb >=1.0.0) MongoDB\Driver\Write ... Error::getMessage — Returns the WriteError's error message 説明 final public MongoDB\Driver\W ... riteError::getMessage (): string パラメータ この関数にはパラ ...
https://man.plustar.jp/php/mongodb-driver-writeerror.getmessage.html - [similar]
サーバーに MySQL スレッドの停止を問い合わせる 3367
« mysqli::$insert_id mysqli::more_results » PHP Manual mysqli サーバーに MySQL スレッドの停止を問 ... { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* スレッド ID を取得します */ $thr ... y ( "CREATE TABLE myCity LIKE City" )) { printf ( "Error: %s\n" , $mysqli -> error ); exit; } /* 接続を閉じ ... { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* スレッド ID を取得します */ $thr ... k , "CREATE TABLE myCity LIKE City" )) { printf ( "Error: %s\n" , mysqli_error ( $link )); exit; } /* 接続を ...
https://man.plustar.jp/php/mysqli.kill.html - [similar]
国際化 関数 3367
« IntlIterator::valid intl_error_name » PHP Manual intl 国際化 関数 国際化 関数 目次 intl_error_ ... 定したエラーコードに対応する名前を取得する intl_get_error_code — 直近のエラーコードを取得する intl_get_error ...
https://man.plustar.jp/php/ref.intl.html - [similar]
未解決のデータベーストランザクションをロールバックする 3350
« oci_result oci_server_version » PHP Manual OCI8 関数 未解決のデータベーストランザクションをロー ... stid , OCI_NO_AUTO_COMMIT ); if (! $r ) { $e = oci_error ( $stid ); trigger_error ( htmlentities ( $e [ 'me ... ssage' ]), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'INSERT INTO mysc ... stid , OCI_NO_AUTO_COMMIT ); if (! $r ) { $e = oci_error ( $stid ); oci_rollback ( $conn ); // 両方のテーブ ... ルへの変更をロールバックします trigger_error ( htmlentities ( $e [ 'message' ]), E_USER_ERROR ) ...
https://man.plustar.jp/php/function.oci-rollback.html - [similar]
CUBRID 3333
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... cubrid_drop — Delete an instance using OID cubrid_error_code_facility — Get the facility code of error cub ... rid_error_code — Get error code for the most recent function ... call cubrid_error_msg — Get last error message for the most recent f ... s cubrid_errno — Return the numerical value of the error message from previous CUBRID operation cubrid_erro ...
https://man.plustar.jp/php/book.cubrid.html - [similar]