検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 125 for throw (0.138 sec.)
値をジェネレータに送る 5332
« Generator::rewind Generator::throw » PHP Manual Generator 値をジェネレータに送る Generator::se ...
https://man.plustar.jp/php/generator.send.html - [similar]
その他の変更 5332
« PHP 7.3.x で推奨されなくなる機能 Windows のサポート » PHP Manual PHP 7.2.x から PHP 7.3.x への ... ICU 56 以降で利用可能です。 JSON 新しいフラグ JSON_THROW_ON_ERROR が追加されました。 これは json_decode() や ... に使えます。 JSON_PARTIAL_OUTPUT_ON_ERROR は、 JSON_THROW_ON_ERROR に優先します。 マルチバイト文字列 configu ...
https://man.plustar.jp/php/migration73.other-changes.html - [similar]
Lexer examples 5332
« 例 Parser examples » PHP Manual 例 Lexer examples Lexer examples 例1 Tokenize comma separated ... tToken (); if ( Token :: UNKNOWN == $tok -> id ) { throw new LexerException ( "Unknown token ' { $tok -> va ...
https://man.plustar.jp/php/parle.examples.lexer.html - [similar]
キーワードのリスト 5332
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト こ ... 以降) * require require_once return static switch throw trait try unset() use var while xor yield yield fr ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
ErrorException 5270
« Exception::__clone ErrorException::__construct » PHP Manual 定義済みの例外 ErrorException Erro ... nt $ line ; private array $ trace = [] ; private ? Throwable $ previous = null ; /* メソッド */ public __co ... ? string $filename = null , ? int $line = null , ? Throwable $previous = null ) final public getSeverity () ... : string final public Exception::getPrevious (): ? Throwable final public Exception::getCode (): int final ... ドが error_reporting に含まれていない場合 return; } throw new ErrorException ( $message , 0 , $severity , $f ...
https://man.plustar.jp/php/class.errorexception.html - [similar]
SeekableIterator インターフェイス 5270
« RecursiveIterator::hasChildren SeekableIterator::seek » PHP Manual インターフェイス SeekableIt ... n ) { if (!isset( $this -> array [ $position ])) { throw new OutOfBoundsException ( "invalid seek position ...
https://man.plustar.jp/php/class.seekableiterator.html - [similar]
値を JSON 形式にして返す 5270
« json_decode json_last_error_msg » PHP Manual JSON 関数 値を JSON 形式にして返す json_encode (P ... _UNESCAPED_SLASHES , JSON_UNESCAPED_UNICODE , JSON_THROW_ON_ERROR からなるビットマスク。 各定数の意味につい ... 更履歴 バージョン 説明 7.3.0 flags パラメータに JSON_THROW_ON_ERROR が追加されました。 7.2.0 flags パラメータ ...
https://man.plustar.jp/php/function.json-encode.html - [similar]
ユーザー定義の例外ハンドラ関数を設定する 5270
« set_error_handler trigger_error » PHP Manual エラー処理関数 ユーザー定義の例外ハンドラ関数を設 ... コールされる関数。 このハンドラ関数は、スローされる Throwable オブジェクトを引数にとります。 Error と Except ... ion は、 どちらも Throwable インターフェイスを実装しています。 ハンドラのシ ... グネチャは、次のようになります。 handler ( Throwable $ex ): void null を渡すと、このハンドラをデフォ ... _handler() の例 <?php function exception_handler ( Throwable $exception ) { echo "Uncaught exception: " , $ ...
https://man.plustar.jp/php/function.set-exception-handler.html - [similar]
ジェネレータと Iterator オブジェクトとの比較 5270
« ジェネレータの構文 アトリビュート » PHP Manual ジェネレータ ジェネレータと Iterator オブジェク ... $this -> fileHandle = fopen ( $fileName , 'r' )) { throw new RuntimeException ( 'Couldn\'t open file "' . $ ...
https://man.plustar.jp/php/language.generators.comparison.html - [similar]
SoapFault コンストラクタ 5270
« SoapFault SoapFault::__toString » PHP Manual SoapFault SoapFault コンストラクタ SoapFault::__c ... ます。 例2 いくつかの例 <?php function test ( $x ) { throw new SoapFault ( "Server" , "Some error message" ); ...
https://man.plustar.jp/php/soapfault.construct.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 NEXT