検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 1093 for [SIMILAR] 16 1024 4096 WITH 11633 throwable WITH... (0.618 sec.)
DivisionByZeroError 9611
« 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]
FFI Parser Exceptions 9611
« FFI\Exception OPcache » PHP Manual FFI FFI Parser Exceptions FFI Parser Exceptions (PHP 7 >= 7.4.0, PHP 8) はじめに クラス概要 final class FFI\ParserException extends FFI\Exception { /* 継承したプロパティ */ protected string $ message = "" ; private string $ string = "" ; protected int ...
https://man.plustar.jp/php/class.ffi-parserexception.html - [similar]
AssertionError 9611
« ArithmeticError DivisionByZeroError » PHP Manual 定義済みの例外 AssertionError AssertionError (PHP 7, PHP 8) はじめに AssertionError は、 assert() によるアサーションが失敗したときにスローされます。 クラス概要 class AssertionError extends Error { /* 継承したプロパティ */ protected strin ...
https://man.plustar.jp/php/class.assertionerror.html - [similar]
CompileError 9611
« 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]
UnhandledMatchError 9611
« ValueError FiberError » PHP Manual 定義済みの例外 UnhandledMatchError UnhandledMatchError (PHP 8) はじめに UnhandledMatchError は、 match 式がどの分岐でも処理できなかったことを検知した場合にスローされます。 クラス概要 class UnhandledMatchError extends Error { /* 継承したプロパティ */ p ...
https://man.plustar.jp/php/class.unhandledmatcherror.html - [similar]
FiberError 9611
« 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]
ValueError 9611
« TypeError UnhandledMatchError » PHP Manual 定義済みの例外 ValueError ValueError (PHP 8) はじめに ValueError は、 引数の型は正しいものの、値が正しくない場合にスローされます。 たとえば、関数は正の整数を期待しているのに負の値を渡したり、 空でない文字列/配列を期待しているのに空の値を渡した ...
https://man.plustar.jp/php/class.valueerror.html - [similar]
与えられたオブジェクトを扱う数値オブジェクトを返す 2761
« spl_object_hash ファイル操作 » PHP Manual SPL 関数 与えられたオブジェクトを扱う数値オブジェクトを返す spl_object_id (PHP 7 >= 7.2.0, PHP 8) spl_object_id — 与えられたオブジェクトを扱う数値オブジェクトを返す 説明 spl_object_id ( object $object ): int この関数は、オブジェクトのユニークな ...
https://man.plustar.jp/php/function.spl-object-id.html - [similar]
指定したオブジェクトのハッシュ ID を返す 2761
« spl_classes spl_object_id » PHP Manual SPL 関数 指定したオブジェクトのハッシュ ID を返す spl_object_hash (PHP 5 >= 5.2.0, PHP 7, PHP 8) spl_object_hash — 指定したオブジェクトのハッシュ ID を返す 説明 spl_object_hash ( object $object ): string この関数は、オブジェクトの一意な識別子を返し ...
https://man.plustar.jp/php/function.spl-object-hash.html - [similar]
クラスとオブジェクト 2761
« 第一級callableを生成する記法 はじめに » PHP Manual 言語リファレンス クラスとオブジェクト クラスとオブジェクト 目次 はじめに クラスの基礎 プロパティ オブジェクト定数 クラスのオートローディング コンストラクタとデストラクタ アクセス権 オブジェクトの継承 スコープ定義演算子 (::) static キー ...
https://man.plustar.jp/php/language.oop5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT