検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 348 for [SIMILAR] 16 1024 4096 WITH 16619 反復 WITH 1584... (0.326 sec.)
ValueError 2566
« TypeError UnhandledMatchError » PHP Manual 定義済みの例外 ValueError ValueError (PHP 8) はじめに ValueError は、 引数の型は正しいものの、値が正しくない場合にスローされます。 たとえば、関数は正の整数を期待しているのに負の値を渡したり、 空でない文字列/配列を期待しているのに空の値を渡した ...
https://man.plustar.jp/php/class.valueerror.html - [similar]
JsonException クラス 2566
« 定義済み定数 JsonSerializable » PHP Manual JSON JsonException クラス JsonException クラス (PHP 7 >= 7.3.0, PHP 8) はじめに JSON_THROW_ON_ERROR オプションが json_encode() や json_decode() に設定されていた場合に投げられる例外です。 code には、エラーのタイプを含みます。 あり得る code の値 ...
https://man.plustar.jp/php/class.jsonexception.html - [similar]
OAuthException クラス 2566
« OAuthProvider::tokenHandler SOAP » PHP Manual OAuth OAuthException クラス OAuthException クラス (PECL OAuth >= 0.99.1) はじめに この例外は、OAuth 拡張モジュールの使用中に例外エラーが発生したときにスローされます。 デバッグに有用な情報が含まれています。 クラス概要 class OAuthException ex ...
https://man.plustar.jp/php/class.oauthexception.html - [similar]
RangeException クラス 2566
« OverflowException RuntimeException » PHP Manual 例外 RangeException クラス RangeException クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに プログラムの実行時に範囲エラーが発生したことを示すときにスローされる例外です。 通常は、アンダーフローやオーバーフロー以外の計算エラーが発生したことを ...
https://man.plustar.jp/php/class.rangeexception.html - [similar]
The Win32ServiceException class 2566
« Win32 サービスの情報 例 » PHP Manual win32service The Win32ServiceException class The Win32ServiceException class (PECL win32service >=1.0.0) はじめに この例外は、 エラーを検知するために、 定数と比較する必要があった古いやり方を置き換えるものです。 この例外が持つコードは、対応する定数の ...
https://man.plustar.jp/php/class.win32serviceexception.html - [similar]
UnexpectedValueException クラス 2566
« UnderflowException SPL 関数 » PHP Manual 例外 UnexpectedValueException クラス UnexpectedValueException クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに いくつかの値のセットに一致しない値であった際にスローされる例外です。 これが発生する例としては、ある関数が別の関数をコールしていて、 その ...
https://man.plustar.jp/php/class.unexpectedvalueexception.html - [similar]
SoapFault クラス 2566
« 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]
TypeError 2566
« ParseError ValueError » PHP Manual 定義済みの例外 TypeError TypeError (PHP 7, PHP 8) はじめに TypeError がスローされるのは、以下の場合です: クラスのプロパティに設定されている値が、プロパティで宣言されている型と一致しない場合。 関数に渡された引数の型が、関数の宣言時に指定された型と一致し ...
https://man.plustar.jp/php/class.typeerror.html - [similar]
Error 2566
« ErrorException::getSeverity Error::__construct » PHP Manual 定義済みの例外 Error Error (PHP 7, PHP 8) はじめに Error は、PHP のすべての内部エラーの基底クラスです。 クラス概要 class Error implements Throwable { /* プロパティ */ protected string $ message = "" ; private string $ string = ...
https://man.plustar.jp/php/class.error.html - [similar]
ジェネレータと Iterator オブジェクトとの比較 0
« ジェネレータの構文 アトリビュート » PHP Manual ジェネレータ ジェネレータと Iterator オブジェクトとの比較 ジェネレータと Iterator オブジェクトとの比較 ジェネレータの最大のメリットは、シンプルに書けることです。 Iterator を実装するのに比べて、必要な決まり文句の数がかなり少なくなります。 ま ...
https://man.plustar.jp/php/language.generators.comparison.html - [similar]