検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1188 for error (0.015 sec.)
現在のセッションに関する直近のエラー文字列を返す 3419
« curl_errno curl_escape » PHP Manual cURL 関数 現在のセッションに関する直近のエラー文字列を返す ... curl_error (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) curl_error... セッションに関する直近のエラー文字列を返す 説明 curl_error ( CurlHandle $handle ): string 直近の cURL 操作に関 ... ョンでは、 resource を期待していました。 例 例1 curl_error() の例 <?php // 存在しない場所への curl ハンドルを ... ); if( curl_exec ( $ch ) === false ) { echo 'Curl error: ' . curl_error ( $ch ); } else { echo 'Operation ...
https://man.plustar.jp/php/function.curl-error.html - [similar]
未解決のトランザクションをコミットする 3419
« oci_close oci_connect » PHP Manual OCI8 関数 未解決のトランザクションをコミットする oci_commit ... 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-commit.html - [similar]
Oracle Database の暗黙の結果セットを持つ親ステートメント・リソースから次の子ステ... 3419
« oci_free_statement oci_lob_copy » PHP Manual OCI8 関数 Oracle Database の暗黙の結果セットを持つ ... , 'localhost/pdborcl' ); if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ... ], ENT_QUOTES ), E_USER_ERROR ); } $sql = 'DECLARE c1 SYS_REFCURSOR; BEGIN OPEN ... , 'localhost/pdborcl' ); if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ... ], ENT_QUOTES ), E_USER_ERROR ); } $sql = 'DECLARE c1 SYS_REFCURSOR; BEGIN OPEN ...
https://man.plustar.jp/php/function.oci-get-implicit-resultset.html - [similar]
指定したドキュメントについて発生した Tidy エラーの数を返す 3419
« tidy_config_count tidy_get_output » PHP Manual Tidy 関数 指定したドキュメントについて発生した ... Tidy エラーの数を返す tidy_error_count (PHP 5, PHP 7, PHP 8, PECL tidy >= 0.5.2) ti ... dy_error_count — 指定したドキュメントについて発生した Tidy ... エラーの数を返す 説明 tidy_error_count ( tidy $tidy ): int 指定したドキュメントにつ ... ジェクト。 戻り値 エラーの数を返します。 例 例1 tidy_error_count() の例 <?php $html = '<p>test</i> <bogustag> ...
https://man.plustar.jp/php/function.tidy-error-count.html - [similar]
Get an errno value 3419
« GearmanClient::error GearmanClient::jobStatus » PHP Manual GearmanClient Get an errno value Ge ... 戻り値 A valid Gearman errno. 参考 GearmanClient::error() - Returns an error string for the last error enc ...
https://man.plustar.jp/php/gearmanclient.geterrno.html - [similar]
3419
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... quit' を入力します。 #!/usr/local/bin/php -q <?php error_reporting ( E_ALL ); /* Allow the script to hang a ... cho "socket_create() failed: reason: " . socket_strerror ( socket_last_error ()) . "\n" ; } if ( socket_bin ... echo "socket_bind() failed: reason: " . socket_strerror ( socket_last_error ( $sock )) . "\n" ; } if ( soc ... cho "socket_listen() failed: reason: " . socket_strerror ( socket_last_error ( $sock )) . "\n" ; } do { if ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
サンプル 3402
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... xample#39 - 文字列本体に 終端ID が含まれると、ParseError が起きがち Example#40 - PHP 7.3.0 より前のバージョ ... ファレンス渡しの引数に対する型宣言 Example#89 - TypeError をキャッチする Example#90 - 初期化されていない変数 ... を組み合わせる Example#172 - 同じ引数を複数回渡すと、Error がスローされる Example#173 - 引数を展開した後に、名 ... の例 Example#362 - $_COOKIE の例 Example#363 - $php_errormsg の例 Example#364 - $http_response_header の例 E ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
直近の操作のエラーコードを取得する 3402
« MessageFormatter::format MessageFormatter::getErrorMessage » PHP Manual MessageFormatter 直近の ... 操作のエラーコードを取得する MessageFormatter::getErrorCode msgfmt_get_error_code (PHP 5 >= 5.3.0, PHP 7, ... PHP 8, PECL intl >= 1.0.0) MessageFormatter::getErrorCode -- msgfmt_get_error_code — 直近の操作のエラーコ ... 説明 オブジェクト指向型 public MessageFormatter::getErrorCode (): int 手続き型 msgfmt_get_error_code ( Messa ... rmatter メッセージのフォーマッタ。 参考 msgfmt_get_error_message() - 直近の操作のエラーテキストを取得する i ...
https://man.plustar.jp/php/messageformatter.geterrorcode.html - [similar]
The Parle\ErrorInfo class 3385
« Parle\Token Parle\LexerException » PHP Manual Parle The Parle\ErrorInfo class The Parle\ErrorI ... e >= 0.5.2) はじめに The class represents detailed error information as supplied by Parle\Parser::errorInfo ... () クラス概要 class Parle\ErrorInfo { /* プロパティ */ public int $ id ; public in ... lic mixed $ token ; /* メソッド */ } プロパティ id Error id. position Position in the input, where the erro ... ken If applicable - the Parle\Token related to the error, otherwise null . 関連キーワード: Parle , ErrorInf ...
https://man.plustar.jp/php/class.parle-errorinfo.html - [similar]
直近の接続から返された SQLSTATE を含む文字列を返す 3385
« db2_commit db2_conn_errormsg » PHP Manual IBM DB2 関数 直近の接続から返された SQLSTATE を含む文 ... 字列を返す db2_conn_error (PECL ibm_db2 >= 1.0.0) db2_conn_error — 直近の接続 ... ら返された SQLSTATE を含む文字列を返す 説明 db2_conn_error ( resource $connection = ? ): string db2_conn_erro ... 。 この場合、SQLSTATE の値を取得するために db2_conn_error() に何もパラメータを渡す必要はありません。 しかし、 ... 発行します。 db2 '? sqlstate-value ' また、 db2_conn_errormsg() をコールして、 明示的なエラーメッセージと、そ ...
https://man.plustar.jp/php/function.db2-conn-error.html - [similar]