検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1188 for error (0.018 sec.)
最後に実行した PCRE 正規表現に関するエラーメッセージを返す 4296
« preg_grep preg_last_error » PHP Manual PCRE 関数 最後に実行した PCRE 正規表現に関するエラーメッ ... セージを返す preg_last_error_msg (PHP 8) preg_last_error_msg — 最後に実行した P ... 規表現に関するエラーメッセージを返す 説明 preg_last_error_msg (): string 最後に実行した PCRE 正規表現に関する ... セージを返します。 エラーが起きていない場合は、 "No error" を返します。 例 例1 preg_last_error_msg() example ... *[!?]/' , 'foobar foobar foobar' ); if ( preg_last_error () !== PREG_NO_ERROR ) { echo preg_last_error_msg ...
https://man.plustar.jp/php/function.preg-last-error-msg.html - [similar]
以前のエラーハンドラ関数を回復する 4296
« error_reporting restore_exception_handler » PHP Manual エラー処理関数 以前のエラーハンドラ関数 ... を回復する restore_error_handler (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) rest ... ore_error_handler — 以前のエラーハンドラ関数を回復する 説明 ... restore_error_handler (): bool set_error_handler() を使用してエラ ... り値 この関数は常に true を返します。 例 例1 restore_error_handler() の例 unserialize() がエラーを発生した場合 ...
https://man.plustar.jp/php/function.restore-error-handler.html - [similar]
IntlDateFormatter で使用する寛大さを取得する 4279
« IntlDateFormatter::getTimeZone IntlDateFormatter::localtime » PHP Manual IntlDateFormatter Int ... tefmt_parse ( $fmt , '35/13/1971' ); if ( intl_get_error_code () != 0 ) { echo "\nError_msg is : " . intl_g ... et_error_message (); echo "\nError_code is : " . intl_get_e ... tefmt_parse ( $fmt , '35/13/1971' ); if ( intl_get_error_code () != 0 ) { echo "\nError_msg is : " . intl_g ... et_error_message (); echo "\nError_code is : " . intl_get_e ...
https://man.plustar.jp/php/intldateformatter.islenient.html - [similar]
フォーマッタの直近のエラーコードを取得する 4279
« NumberFormatter::getAttribute NumberFormatter::getErrorMessage » PHP Manual NumberFormatter フ ... タの直近のエラーコードを取得する NumberFormatter::getErrorCode numfmt_get_error_code (PHP 5 >= 5.3.0, PHP 7, ... PHP 8, PECL intl >= 1.0.0) NumberFormatter::getErrorCode -- numfmt_get_error_code — フォーマッタの直近の ... 説明 オブジェクト指向型 public NumberFormatter::getErrorCode (): int 手続き型 numfmt_get_error_code ( Numbe ... 数コールのエラーコードを返します。 例 例1 numfmt_get_error_code() の例 <?php $fmt = numfmt_create ( 'de_DE' , ...
https://man.plustar.jp/php/numberformatter.geterrorcode.html - [similar]
スタックトレースを文字列として取得する 4244
« Error::getTrace Error::__toString » PHP Manual Error スタックトレースを文字列として取得する Error ... ror::getTraceAsString (PHP 7, PHP 8) Error::getTraceAsString — スタックトレースを文字列として ... 取得する 説明 final public Error::getTraceAsString (): string スタックトレースを文字 ... 戻り値 スタックトレースを文字列として返します 例 例1 Error::getTraceAsString() の例 <?php function test () { ... throw new Error ; } try { test (); } catch( Error $e ) { echo $e - ...
https://man.plustar.jp/php/error.gettraceasstring.html - [similar]
直近のステートメントのエラー内容を文字列で返す 4244
« mysqli_stmt::$error_list mysqli_stmt::execute » PHP Manual mysqli_stmt 直近のステートメントのエ ... ラー内容を文字列で返す mysqli_stmt::$error mysqli_stmt_error (PHP 5, PHP 7, PHP 8) mysqli_stm ... t::$error -- mysqli_stmt_error — 直近のステートメントのエラー ... で返す 説明 オブジェクト指向型 string $mysqli_stmt->error ; 手続き型 mysqli_stmt_error ( mysqli_stmt $statem ... { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } $mysqli -> query ( "CREATE TABLE my ...
https://man.plustar.jp/php/mysqli-stmt.error.html - [similar]
バンドルの直近のエラーコードを取得する 4244
« ResourceBundle::create ResourceBundle::getErrorMessage » PHP Manual ResourceBundle バンドルの直 ... 近のエラーコードを取得する ResourceBundle::getErrorCode resourcebundle_get_error_code (PHP 5 >= 5.3.2, ... P 7, PHP 8, PECL intl >= 2.0.0) ResourceBundle::getErrorCode -- resourcebundle_get_error_code — バンドルの直 ... 説明 オブジェクト指向型 public ResourceBundle::getErrorCode (): int 手続き型 resourcebundle_get_error_code ... のエラーコードを返します。 例 例1 resourcebundle_get_error_code() の例 <?php $r = resourcebundle_create ( 'es ...
https://man.plustar.jp/php/resourcebundle.geterrorcode.html - [similar]
スタックトレースを取得する 4227
« Error::getLine Error::getTraceAsString » PHP Manual Error スタックトレースを取得する Error::ge ... tTrace (PHP 7, PHP 8) Error::getTrace — スタックトレースを取得する 説明 final ... public Error::getTrace (): array スタックトレースを返します パラ ... り値 スタックトレースを array として返します 例 例1 Error::getTrace() の例 <?php function test () { throw ne ... w Error ; } try { test (); } catch( Error $e ) { var_dump ...
https://man.plustar.jp/php/error.gettrace.html - [similar]
TypeError 4215
« ParseError ValueError » PHP Manual 定義済みの例外 TypeError TypeError (PHP 7, PHP 8) はじめに ... TypeError がスローされるのは、以下の場合です: クラスのプロパ ... 指定された型と一致しない場合。 クラス概要 class TypeError extends Error { /* 継承したプロパティ */ protected ... vious = null ; /* 継承したメソッド */ final public Error::getMessage (): string final public Error::getPrev ... ious (): ? Throwable final public Error::getCode (): int final public Error::getFile (): s ...
https://man.plustar.jp/php/class.typeerror.html - [similar]
下位互換性のない変更点 4215
« 新しいグローバル定数 PHP 7.1.x で推奨されなくなる機能 » PHP Manual PHP 7.0.x から PHP 7.1.x へ ... 発生していました。PHP 7.1 以降では、warning ではなく Error 例外が発生するようになります。 この変更はユーザー定 ... の例の出力は、 たとえば以下のようになります。 Fatal error: Uncaught ArgumentCountError: Too few arguments to ... クォートしない限りは識別子として使えなくなりました。 error_log に syslog を指定した場合の変更 INI 項目 error_ ... ABLE エラーのエラーメッセージが、 "Catchable fatal error" から "Recoverable fatal error" に変更されました。 ...
https://man.plustar.jp/php/migration71.incompatible.html - [similar]