Results of 1 - 10 of about 5314 for 例 (0.138 sec.)
- Exception 7652
- « 定義済みの例外 Exception::__construct » PHP Manual 定義済みの例外 Exception Exception (PHP 5,
...
7, PHP 8) はじめに Exception は、 すべてのユーザー例外の基底クラスです。 クラス概要 class Exception impl ...
ring private __clone (): void } プロパティ message 例外メッセージ code 例外コード file 例外が作られたファ ...
イル名 line 例外が作られた行 previous 直前にスローされた例外 strin ...
ックトレースを示す配列 目次 Exception::__construct — 例外を作成する Exception::getMessage — 例外メッセージを ...
-
https://man.plustar.jp/php/class.exception.html
- [similar]
- 例外を作成する 7223
- « ErrorException ErrorException::getSeverity » PHP Manual ErrorException 例外を作成する ErrorExc
...
5.1.0, PHP 7, PHP 8) ErrorException::__construct — 例外を作成する 説明 public ErrorException::__construct ...
int $line = null , ? Throwable $previous = null ) 例外を作成します。 パラメータ message スローする例外メ ...
ッセージ。 code 例外コード。 severity 例外の深刻度。 注意 : 任意の int ...
エラー定数 を用いることを想定しています。 filename 例外がスローされたファイル名。 line 例外がスローされた ...
-
https://man.plustar.jp/php/errorexception.construct.html
- [similar]
- 例外を作成する 6605
- « Exception Exception::getMessage » PHP Manual Exception 例外を作成する Exception::__construct (
...
PHP 5, PHP 7, PHP 8) Exception::__construct — 例外を作成する 説明 public Exception::__construct ( st ...
" , int $code = 0 , ? Throwable $previous = null ) 例外を作成します。 パラメータ message スローする例外メ ...
ッセージ。 code 例外コード。 previous 以前に使われた例外。例外の連結に ...
は、バイナリセーフ ではありません 。 関連キーワード: 例外 , 作成 , Exception , construct , 注意 , previous ...
-
https://man.plustar.jp/php/exception.construct.html
- [similar]
- 例外 6367
- « SeekableIterator::seek BadFunctionCallException » PHP Manual SPL 例外 例外 目次 BadFunctionCal
...
owException UnexpectedValueException SPL には標準の例外が用意されています。 定義済みの例外 も参照ください ...
。 SPL 例外クラスツリー LogicException (extends Exception ) B ...
Exception UnexpectedValueException 関連キーワード: 例外 , BadFunctionCallException , OutOfRangeException ...
-
https://man.plustar.jp/php/spl.exceptions.html
- [similar]
- 例外をコピーする 5559
- « Exception::__toString ErrorException » PHP Manual Exception 例外をコピーする Exception::__clon
...
e (PHP 5, PHP 7, PHP 8) Exception::__clone — 例外をコピーする 説明 private Exception::__clone (): v ...
oid 例外のコピーを作成しようとします。結果としてこれは Fat ...
ータはありません。 戻り値 値を返しません。 エラー / 例外 例外はクローン不可能です。 変更履歴 バージョン 説 ...
は、、 final ではなくなりました。 関連キーワード: 例外 , コピー , Exception , エラー , パラメータ , toSt ...
-
https://man.plustar.jp/php/exception.clone.html
- [similar]
- PHP 7 でのエラー 5559
- « 基本 例外(exceptions) » PHP Manual エラー PHP 7 でのエラー PHP 7 でのエラー PHP 7 は大半のエラ
...
報告メカニズムを使うかわりに、 大半のエラーを Error 例外としてスローするようになったのです。 通常の例外と同 ...
様、 Error 例外も、 最初にマッチした catch ブロックで現れます。 マ ...
れば、 set_exception_handler() で設定したデフォルトの例外ハンドラが呼ばれます。 デフォルトの例外ハンドラもな ...
い場合は、例外が fatal error に変換されて、 これまでのバージョン ...
-
https://man.plustar.jp/php/language.errors.php7.html
- [similar]
- その他のサービス 5324
- « var_representation cURL » PHP Manual 関数リファレンス その他のサービス その他のサービス cURL —
...
RL Library はじめに インストール/設定 定義済み定数 例 cURL 関数 CurlHandle — CurlHandle クラス CurlMulti ...
StringFile クラス Event はじめに インストール/設定 例 Event flags About event persistence Event callback ...
class FTP はじめに インストール/設定 定義済み定数 例 FTP 関数 FTP\Connection — FTP\Connection クラス Ge ...
arman はじめに インストール/設定 定義済み定数 例 GearmanClient — The GearmanClient class GearmanJob ...
-
https://man.plustar.jp/php/refs.remote.other.html
- [similar]
- DateTimeInterface インターフェイス 5179
- « DateTimeImmutable::sub DateTime::diff » PHP Manual Date/Time DateTimeInterface インターフェイス
...
定義済み定数 DateTimeInterface::ATOM DATE_ATOM Atom (例: 2005-08-15T15:52:01+00:00) DateTimeInterface::COO ...
KIE DATE_COOKIE HTTP Cookie (例: Monday, 15-Aug-2005 15:52:01 UTC) DateTimeInterfa ...
ce::ISO8601 DATE_ISO8601 ISO-8601 (例: 2005-08-15T15:52:01+0000) 注意 : このフォーマット ...
い。 DateTimeInterface::RFC822 DATE_RFC822 RFC 822 (例: Mon, 15 Aug 05 15:52:01 +0000) DateTimeInterface: ...
-
https://man.plustar.jp/php/class.datetimeinterface.html
- [similar]
- 定義済みの例外 5038
- « $argv Exception » PHP Manual 言語リファレンス 定義済みの例外 定義済みの例外 目次 Exception Err
...
or ValueError UnhandledMatchError FiberError SPL の例外 も参照ください。 関連キーワード: 例外 , 定義 , Ex ...
-
https://man.plustar.jp/php/reserved.exceptions.html
- [similar]
- 例外コードを取得する 4896
- « Throwable::getMessage Throwable::getFile » PHP Manual Throwable 例外コードを取得する Throwable
...
::getCode (PHP 7, PHP 8) Throwable::getCode — 例外コードを取得する 説明 public Throwable::getCode () ...
ラメータ この関数にはパラメータはありません。 戻り値 例外コードを返します。 Exception の場合は int ですが、 ...
の場合は string です)。 参考 Exception::getCode() - 例外コードを取得する 関連キーワード: コード , 例外 , 取 ...
-
https://man.plustar.jp/php/throwable.getcode.html
- [similar]