検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 1188 for error (0.010 sec.)
FFI Parser Exceptions 4481
« FFI\Exception OPcache » PHP Manual FFI FFI Parser Exceptions FFI Parser Exceptions (PHP 7 >= 7 ... vious = null ; /* 継承したメソッド */ final public Error::getMessage (): string final public Error::getPrev ... ious (): ? Throwable final public Error::getCode (): int final public Error::getFile (): s ... tring final public Error::getLine (): int final public Error::getTrace (): ... array final public Error::getTraceAsString (): string public Error::__toStr ...
https://man.plustar.jp/php/class.ffi-parserexception.html - [similar]
ValueError 4481
« TypeError UnhandledMatchError » PHP Manual 定義済みの例外 ValueError ValueError (PHP 8) はじめ ... に ValueError は、 引数の型は正しいものの、値が正しくない場合にス ... 空の値を渡したりした場合です。 クラス概要 class ValueError 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.valueerror.html - [similar]
直近の操作のエラーコードを取得する 4481
« IntlDateFormatter::getDateType IntlDateFormatter::getErrorMessage » PHP Manual IntlDateFormatt ... の操作のエラーコードを取得する IntlDateFormatter::getErrorCode datefmt_get_error_code (PHP 5 >= 5.3.0, PHP 7, ... PHP 8, PECL intl >= 1.0.0) IntlDateFormatter::getErrorCode -- datefmt_get_error_code — 直近の操作のエラー ... 説明 オブジェクト指向型 public IntlDateFormatter::getErrorCode (): int 手続き型 datefmt_get_error_code ( Intl ... rmatter リソース。 戻り値 エラーコードを返します。UErrorCode のいずれかの値となります。初期値は U_ZERO_ERRO ...
https://man.plustar.jp/php/intldateformatter.geterrorcode.html - [similar]
ArithmeticError 4463
« ArgumentCountError AssertionError » PHP Manual 定義済みの例外 ArithmeticError ArithmeticError ... (PHP 7, PHP 8) はじめに ArithmeticError は、数学的な操作でエラーが発生した場合にスローされ ... 出しの際にも発生します。 クラス概要 class ArithmeticError 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.arithmeticerror.html - [similar]
ParseError 4463
« CompileError TypeError » PHP Manual 定義済みの例外 ParseError ParseError (PHP 7, PHP 8) はじめ ... に ParseError は、 eval() を呼んだときなどの PHP コードのパースに ... 合にスローされます。 注意 : PHP 7.3.0 以降は、 ParseError クラスは CompileError クラスを継承するようになりま ... した。 以前のバージョンでは、 Error を継承していました。 クラス概要 class ParseError e ... xtends CompileError { /* 継承したプロパティ */ protected string $ mess ...
https://man.plustar.jp/php/class.parseerror.html - [similar]
DivisionByZeroError 4452
« AssertionError CompileError » PHP Manual 定義済みの例外 DivisionByZeroError DivisionByZeroError ... r (PHP 7, PHP 8) はじめに DivisionByZeroError は、数値をゼロで割ろうとした場合にスローされます。 ... クラス概要 class DivisionByZeroError extends ArithmeticError { /* 継承したプロパティ */ ... 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.divisionbyzeroerror.html - [similar]
直前の Throwable を返す 4452
« Error::getMessage Error::getCode » PHP Manual Error 直前の Throwable を返す Error::getPrevious ... (PHP 7, PHP 8) Error::getPrevious — 直前の Throwable を返す 説明 final ... public Error::getPrevious (): ? Throwable 直前の Throwable( Er ... ればそれを返し、 そうでなければ null を返す。 例 例1 Error::getPrevious() の例 エラートレースをループし、出力 ... する。 <?php class MyCustomError extends Error {} function doStuff () { try { throw ...
https://man.plustar.jp/php/error.getprevious.html - [similar]
直近で実行したステートメントからのエラーの一覧を返す 4452
« mysqli_stmt::$errno mysqli_stmt::$error » PHP Manual mysqli_stmt 直近で実行したステートメントか ... らのエラーの一覧を返す mysqli_stmt::$error_list mysqli_stmt_error_list (PHP 5 >= 5.4.0, PHP 7 ... , PHP 8) mysqli_stmt::$error_list -- mysqli_stmt_error_list — 直近で実行したステ ... 覧を返す 説明 オブジェクト指向型 array $mysqli_stmt->error_list ; 手続き型 mysqli_stmt_error_list ( mysqli_st ... 覧を返します。個々のエラーは連想配列形式で、 errno、error および sqlstate のキーを含みます。 例 例1 オブジェ ...
https://man.plustar.jp/php/mysqli-stmt.error-list.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 4434
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... come' , 'localhost/XE' ); if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ... ]), E_USER_ERROR ); } $stid = oci_parse ( $conn , "INSERT INTO myta ... come' , 'localhost/XE' ); if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ... ]), E_USER_ERROR ); } $a = array( 1 , 3 , 5 , 7 , 11 ); // 挿入する ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
直近の操作のエラーテキストを取得する 4383
« IntlDateFormatter::getErrorCode IntlDateFormatter::getLocale » PHP Manual IntlDateFormatter 直 ... 操作のエラーテキストを取得する IntlDateFormatter::getErrorMessage datefmt_get_error_message (PHP 5 >= 5.3.0, ... , PHP 8, PECL intl >= 1.0.0) IntlDateFormatter::getErrorMessage -- datefmt_get_error_message — 直近の操作の ... 説明 オブジェクト指向型 public IntlDateFormatter::getErrorMessage (): string 手続き型 datefmt_get_error_messa ... 直近のエラーの説明を返します。 例 例1 datefmt_get_error_message() の例 <?php $fmt = datefmt_create ( 'en_U ...
https://man.plustar.jp/php/intldateformatter.geterrormessage.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT