検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 651 for [SIMILAR] 16 1024 4096 WITH 52948 errorexception... (0.497 sec.)
SoapFault クラス 1426
« 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 クラス 1426
« 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 クラス 1426
« 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]
RangeException クラス 1426
« OverflowException RuntimeException » PHP Manual 例外 RangeException クラス RangeException クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに プログラムの実行時に範囲エラーが発生したことを示すときにスローされる例外です。 通常は、アンダーフローやオーバーフロー以外の計算エラーが発生したことを ...
https://man.plustar.jp/php/class.rangeexception.html - [similar]
UnexpectedValueException クラス 1426
« UnderflowException SPL 関数 » PHP Manual 例外 UnexpectedValueException クラス UnexpectedValueException クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに いくつかの値のセットに一致しない値であった際にスローされる例外です。 これが発生する例としては、ある関数が別の関数をコールしていて、 その ...
https://man.plustar.jp/php/class.unexpectedvalueexception.html - [similar]
RarException クラス 1426
« RarEntry::__toString RarException::isUsingExceptions » PHP Manual Rar RarException クラス RarException クラス (PECL rar >= 2.0.0) はじめに このクラスの役割は、RAR 拡張モジュールの関数やメソッドからスローされた例外を表す型となることと staticメソッドを使ってエラーの詳細 (例外がスローされ ...
https://man.plustar.jp/php/class.rarexception.html - [similar]
例外を作成する 1426
« 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 1426
« 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]
コンストラクタ 1426
« 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]
例外(exceptions) 0
« PHP 7 でのエラー 例外を拡張する » PHP Manual 言語リファレンス 例外(exceptions) 例外(exceptions) 目次 例外を拡張する PHP は、他のプログラミング言語に似た例外モデルを有しています。 PHP 内で例外が投げられ ( throw され)、それが 捕捉され ( catch され) ます。発生した例外を 捕捉するには、コー ...
https://man.plustar.jp/php/language.exceptions.html - [similar]