検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1495 for [SIMILAR] 16 1024 4096 WITH 39108 rarexception W... (0.962 sec.)
OutOfRangeException クラス 1496
« OutOfBoundsException OverflowException » PHP Manual 例外 OutOfRangeException クラス OutOfRangeException クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに 無効なインデックスを要求した場合にスローされる例外です。 これは、コンパイル時に検出しなければなりません。 クラス概要 class OutOfRangeEx ...
https://man.plustar.jp/php/class.outofrangeexception.html - [similar]
UnderflowException クラス 1496
« RuntimeException UnexpectedValueException » PHP Manual 例外 UnderflowException クラス UnderflowException クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに 空のコンテナ上で無効な操作 (要素の削除など) を試みたときにスローされる例外です。 クラス概要 class UnderflowException extends RuntimeEx ...
https://man.plustar.jp/php/class.underflowexception.html - [similar]
SoapFault クラス 1496
« SoapServer::setPersistence SoapFault::__construct » PHP Manual SOAP SoapFault クラス SoapFault クラス (PHP 5, PHP 7, PHP 8) はじめに SOAP fault をあらわします。 クラス概要 class SoapFault extends Exception { /* プロパティ */ public string $ faultstring ; public ? string $ faultcode = n ...
https://man.plustar.jp/php/class.soapfault.html - [similar]
SolrException クラス 1496
« SolrCollapseFunction::__toString SolrException::getInternalInfo » PHP Manual Solr SolrException クラス SolrException クラス (PECL solr >= 0.9.2) はじめに これは、Solr エクステンションクラスによってスローされる全ての例外に対する基底クラスです。 クラス概要 class SolrException extends Exc ...
https://man.plustar.jp/php/class.solrexception.html - [similar]
Yaf_Exception_LoadFailed_View クラス 1496
« Yaf_Exception_LoadFailed_Action Yaconf » PHP Manual Yaf Yaf_Exception_LoadFailed_View クラス Yaf_Exception_LoadFailed_View クラス (Yaf >=1.0.0) はじめに クラス概要 class Yaf_Exception_LoadFailed_View extends Yaf_Exception_LoadFailed { /* プロパティ */ /* メソッド */ /* 継承したメソッド ...
https://man.plustar.jp/php/class.yaf-exception-loadfailed-view.html - [similar]
UnexpectedValueException クラス 1496
« UnderflowException SPL 関数 » PHP Manual 例外 UnexpectedValueException クラス UnexpectedValueException クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに いくつかの値のセットに一致しない値であった際にスローされる例外です。 これが発生する例としては、ある関数が別の関数をコールしていて、 その ...
https://man.plustar.jp/php/class.unexpectedvalueexception.html - [similar]
例外を作成する 1496
« Exception Exception::getMessage » PHP Manual Exception 例外を作成する Exception::__construct (PHP 5, PHP 7, PHP 8) Exception::__construct — 例外を作成する 説明 public Exception::__construct ( string $message = "" , int $code = 0 , ? Throwable $previous = null ) 例外を作成します。 パラメ ...
https://man.plustar.jp/php/exception.construct.html - [similar]
The getPrevious purpose 1496
« Yaf_Exception::__construct Yaf_Exception_TypeError » PHP Manual Yaf_Exception The getPrevious purpose Yaf_Exception::getPrevious (Yaf >=1.0.0) Yaf_Exception::getPrevious — The getPrevious purpose 説明 public Yaf_Exception::getPrevious (): void 警告 この関数は、 現在のところ詳細な情報は ...
https://man.plustar.jp/php/yaf-exception.getprevious.html - [similar]
コンストラクタ 1496
« Yaf_Exception Yaf_Exception::getPrevious » PHP Manual Yaf_Exception コンストラクタ Yaf_Exception::__construct (Yaf >=1.0.0) Yaf_Exception::__construct — コンストラクタ 説明 public Yaf_Exception::__construct () 警告 この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述 ...
https://man.plustar.jp/php/yaf-exception.construct.html - [similar]
エラーおよびエラー処理 951
« プリペアドステートメントおよびストアドプロシージャ ラージオブジェクト (LOB) » PHP Manual PDO エラーおよびエラー処理 エラーおよびエラー処理 PDO が提供するエラー処理方法は 3 通り存在し、 アプリケーションの開発形態によって使い分けることができます。 PDO::ERRMODE_SILENT PHP 8.0.0 より前のバ ...
https://man.plustar.jp/php/pdo.error-handling.html - [similar]