検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 5314 for (0.059 sec.)
2543
« 文字エンコーディング XML エレメント構造の » PHP Manual XML パーサ 目次 XML エレメント構 ... 造の XMLタグのマッピングの XML 外部エンティティの... 連キーワード: , エレメント , 構造 , 文字 , パーサ , タグ , マッピ ...
https://man.plustar.jp/php/xml.examples.html - [similar]
サンプル 2530
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... mple#0 - 初歩的な Example#1 - 初めての PHP スクリプト: hello.php Exa ... る (配列要素) Example#4 - 制御構造 および 関数の使用 Example#5 - HTML および PHP モードの両方を混在させ ... の接続 Example#11 - OpenBSD パッケージインストールの Example#12 - Debian で Apache 2 と組み合わせるイン ... ストール Example#13 - PHP インストール後に Apache を停止・起 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
下位互換性のない変更点 2520
« 新しいグローバル定数 PHP 7.4.x で推奨されなくなる機能 » PHP Manual PHP 7.3.x から PHP 7.4.x へ ... いました。 CURL CURLFile をシリアル化しようとすると、外が発生するようになりました。以前は、シリアル化を復 ... 元しようとした場合のみ、外が発生していました。 CURLPIPE_HTTP1 は非推奨になり ... andom_pseudo_bytes() 関数は、エラーが発生した場合に外を投げるようになりました。 random_bytes() 関数も同 ... ion が生成されます。 $crypto_strong output 引数は、外が投げられなかった場合は常に true であることが保証 ...
https://man.plustar.jp/php/migration74.incompatible.html - [similar]
例外の深刻度を取得する 2494
« ErrorException::__construct Error » PHP Manual ErrorException 外の深刻度を取得する ErrorExce ... 5.1.0, PHP 7, PHP 8) ErrorException::getSeverity — 外の深刻度を取得する 説明 final public ErrorExceptio ... n::getSeverity (): int 外の深刻度を返します。 パラメータ この関数にはパラメ ... ータはありません。 戻り値 外の深刻度レベルを返します。 1 ErrorException:: ... getSeverity() の <?php try { throw new ErrorException ( "Exception ...
https://man.plustar.jp/php/errorexception.getseverity.html - [similar]
例外が作られたファイルを取得する 2472
« Exception::getCode Exception::getLine » PHP Manual Exception 外が作られたファイルを取得する ... getFile (PHP 5, PHP 7, PHP 8) Exception::getFile — 外が作られたファイルを取得する 説明 final public Exc ... eption::getFile (): string 外が作られたファイルの名前を取得します。 パラメータ ... この関数にはパラメータはありません。 戻り値 外が作られたファイルの名前を返します。 1 Except ... ion::getFile() の <?php try { throw new Exception ; } catch( Excepti ...
https://man.plustar.jp/php/exception.getfile.html - [similar]
例外が作られた行を取得する 2472
« Exception::getFile Exception::getTrace » PHP Manual Exception 外が作られた行を取得する Excep ... getLine (PHP 5, PHP 7, PHP 8) Exception::getLine — 外が作られた行を取得する 説明 final public Exception ... ::getLine (): int 外が作られた行番号を取得します。 パラメータ この関数 ... にはパラメータはありません。 戻り値 外が作られた行番号を返します。 1 Exception::get ... Line() の <?php try { throw new Exception ( "Some error mess ...
https://man.plustar.jp/php/exception.getline.html - [similar]
例外の文字列表現 2472
« Exception::getTraceAsString Exception::__clone » PHP Manual Exception 外の文字列表現 Excepti ... ring (PHP 5, PHP 7, PHP 8) Exception::__toString — 外の文字列表現 説明 public Exception::__toString (): ... string 外を文字列で表現したものを返します。 パラメータ この ... 関数にはパラメータはありません。 戻り値 外を文字列で表現したものを返します。 1 Exceptio ... n::__toString() の <?php try { throw new Exception ( "Some error mess ...
https://man.plustar.jp/php/exception.tostring.html - [similar]
例外を拡張する 2472
« 外(exceptions) ファイバー » PHP Manual 外(exceptions) 外を拡張する 外を拡張する 組み込 ... みの Exception クラスを拡張することで、外クラスをユーザーが 定義することが可能です。以下のメ ... クラスから派生した子クラスの中でアクセス可能です。 1 外クラスを構築する <?php class Exception implem ... の出力を行うために 上書きすることができます。 注意 : 外を複製することはできません。Exception を clone しよ ... うとすると 致命的な E_ERROR エラーが発生します。 2 外クラスの拡張 <?php /** * カスタム外クラスを ...
https://man.plustar.jp/php/language.exceptions.extending.html - [similar]
例外をジェネレータにスローする 2459
« Generator::send Generator::valid » PHP Manual Generator 外をジェネレータにスローする Generat ... (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::throw — 外をジェネレータにスローする 説明 public Generator:: ... throw ( Throwable $exception ): mixed 外をジェネレータにスローして、ジェネレータを続行しま ... タが閉じられている場合は、呼び出し側のコンテキストに外がスローされます。 パラメータ exception ジェネレー ... タにスローする外。 戻り値 yield した値を返します。 1 ジェネレ ...
https://man.plustar.jp/php/generator.throw.html - [similar]
The Win32ServiceException class 2449
« Win32 サービスの情報 » PHP Manual win32service The Win32ServiceException class The Win32Ser ... ion class (PECL win32service >=1.0.0) はじめに この外は、 エラーを検知するために、 定数と比較する必要が ... あった古いやり方を置き換えるものです。 この外が持つコードは、対応する定数の値と等しく、 外メッ ... tring , final , int , private , protected , 定数 , ...
https://man.plustar.jp/php/class.win32serviceexception.html - [similar]