検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 827 for [SIMILAR] 16 1024 4096 WITH 41015 soapfault WITH... (0.491 sec.)
DivisionByZeroError 1216
« AssertionError CompileError » PHP Manual 定義済みの例外 DivisionByZeroError DivisionByZeroError (PHP 7, PHP 8) はじめに DivisionByZeroError は、数値をゼロで割ろうとした場合にスローされます。 クラス概要 class DivisionByZeroError extends ArithmeticError { /* 継承したプロパティ */ protect ...
https://man.plustar.jp/php/class.divisionbyzeroerror.html - [similar]
Yaf_Controller_Abstract クラス 1216
« Yaf_Config_Simple::valid Yaf_Controller_Abstract::__construct » PHP Manual Yaf Yaf_Controller_Abstract クラス Yaf_Controller_Abstract クラス (Yaf >=1.0.0) はじめに Yaf_Controller_Abstract は Yaf システムの中心となるクラスです。 MVC は Model-View-Controller の略で、 アプリケーションのロ ...
https://man.plustar.jp/php/class.yaf-controller-abstract.html - [similar]
UnhandledMatchError 1216
« ValueError FiberError » PHP Manual 定義済みの例外 UnhandledMatchError UnhandledMatchError (PHP 8) はじめに UnhandledMatchError は、 match 式がどの分岐でも処理できなかったことを検知した場合にスローされます。 クラス概要 class UnhandledMatchError extends Error { /* 継承したプロパティ */ p ...
https://man.plustar.jp/php/class.unhandledmatcherror.html - [similar]
CompileError 1216
« DivisionByZeroError ParseError » PHP Manual 定義済みの例外 CompileError CompileError (PHP 7 > 7.3.0, PHP 8) はじめに CompileError は コンパイルエラーが起きた時にスローされます。 以前は fatal error が発生していました。 クラス概要 class CompileError extends Error { /* 継承したプロパティ ...
https://man.plustar.jp/php/class.compileerror.html - [similar]
ArgumentCountError 1216
« Error::__clone ArithmeticError » PHP Manual 定義済みの例外 ArgumentCountError ArgumentCountError (PHP 7 >= PHP 7.1.0, PHP 8) はじめに ArgumentCountError は、 ユーザー定義の関数あるいはメソッドに渡された引数が少なすぎる場合にスローされます。 クラス概要 class ArgumentCountError extends T ...
https://man.plustar.jp/php/class.argumentcounterror.html - [similar]
FiberError 1216
« UnhandledMatchError FiberError::__construct » PHP Manual 定義済みの例外 FiberError FiberError (PHP 8 >= 8.1.0) はじめに FiberError は、 Fiber に対して不正な操作が行われた場合にスローされます。 クラス概要 final class FiberError extends Error { /* 継承したプロパティ */ protected string $ ...
https://man.plustar.jp/php/class.fibererror.html - [similar]
オブジェクトの反復処理 1216
« オーバーロード マジックメソッド » PHP Manual クラスとオブジェクト オブジェクトの反復処理 オブジェクトの反復処理 PHP は、たとえば foreach 命令などによる反復処理を可能とするように、 オブジェクトを定義する手段を提供します。 デフォルトで、 全ての アクセス権限がある プロパティは、反復処理に ...
https://man.plustar.jp/php/language.oop5.iterations.html - [similar]
ArithmeticError 1216
« ArgumentCountError AssertionError » PHP Manual 定義済みの例外 ArithmeticError ArithmeticError (PHP 7, PHP 8) はじめに ArithmeticError は、数学的な操作でエラーが発生した場合にスローされます。 たとえばマイナスのビットシフトを行おうとした場合などに発生します。 また、結果が int の範囲をこえ ...
https://man.plustar.jp/php/class.arithmeticerror.html - [similar]
ValueError 1216
« TypeError UnhandledMatchError » PHP Manual 定義済みの例外 ValueError ValueError (PHP 8) はじめに ValueError は、 引数の型は正しいものの、値が正しくない場合にスローされます。 たとえば、関数は正の整数を期待しているのに負の値を渡したり、 空でない文字列/配列を期待しているのに空の値を渡した ...
https://man.plustar.jp/php/class.valueerror.html - [similar]
TypeError 1216
« ParseError ValueError » PHP Manual 定義済みの例外 TypeError TypeError (PHP 7, PHP 8) はじめに TypeError がスローされるのは、以下の場合です: クラスのプロパティに設定されている値が、プロパティで宣言されている型と一致しない場合。 関数に渡された引数の型が、関数の宣言時に指定された型と一致し ...
https://man.plustar.jp/php/class.typeerror.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT