検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 5314 for (0.039 sec.)
BadFunctionCallException クラス 3470
« 外 BadMethodCallException » PHP Manual 外 BadFunctionCallException クラス BadFunctionCallE ... したり、引数を指定しなかったりした場合にスローされる外です。 クラス概要 class BadFunctionCallException e ... ing , public , final , protected , int , private , ...
https://man.plustar.jp/php/class.badfunctioncallexception.html - [similar]
LogicException クラス 3422
« LengthException OutOfBoundsException » PHP Manual 外 LogicException クラス LogicException ク ... 8) はじめに プログラムのロジック内でのエラーを表す外です。 この類の外が出た場合は、自分が書いたコード ... lic , string , final , int , protected , private , ...
https://man.plustar.jp/php/class.logicexception.html - [similar]
RarException クラス 3422
« RarEntry::__toString RarException::isUsingExceptions » PHP Manual Rar RarException クラス RarE ... 、RAR 拡張モジュールの関数やメソッドからスローされた外を表す型となることと staticメソッドを使ってエラーの ... 詳細 (外がスローされたのか、 それとも警告が発生しただけなの ... (): void } 目次 RarException::isUsingExceptions — 外によるエラー処理を使っているかどうかを調べる RarEx ... ception::setUsingExceptions — 外によるエラー処理の有効化および無効化を行う 関連キー ...
https://man.plustar.jp/php/class.rarexception.html - [similar]
OAuthException クラス 3328
« OAuthProvider::tokenHandler SOAP » PHP Manual OAuth OAuthException クラス OAuthException クラス ... (PECL OAuth >= 0.99.1) はじめに この外は、OAuth 拡張モジュールの使用中に外エラーが発生 ... __clone (): void } プロパティ lastResponse 発生した外のレスポンス (存在する場合)。 debugInfo 関連キーワ ... ラス , string , final , int , private , protected , ...
https://man.plustar.jp/php/class.oauthexception.html - [similar]
圧縮およびアーカイブ 3232
« readline Bzip2 » PHP Manual 関数リファレンス 圧縮およびアーカイブ 圧縮およびアーカイブ Bzip2 は ... じめに インストール/設定 定義済み定数 Bzip2 関数 LZF はじめに インストール/設定 定義済み ... アーカイブ はじめに インストール/設定 定義済み定数 Rar 関数 RarArchive — RarArchive クラス RarEntry — ... クラス Zip はじめに インストール/設定 定義済み定数 ZipArchive — ZipArchive クラス Zip 関数 Zlib — Zli ... b 圧縮 はじめに インストール/設定 定義済み定数 Zlib 関数 DeflateContext — DeflateContext クラス I ...
https://man.plustar.jp/php/refs.compression.html - [similar]
下位互換性のない変更点 3154
« 新しいグローバル定数 PHP 7.1.x で推奨されなくなる機能 » PHP Manual PHP 7.0.x から PHP 7.1.x へ ... ていました。PHP 7.1 以降では、warning ではなく Error 外が発生するようになります。 この変更はユーザー定義の ... せん。 <?php function test ( $param ){} test (); 上のの出力は、 たとえば以下のようになります。 Fatal erro ... () { $func = 'func_num_args' ; $func (); })(); 上のの出力は以下となります。 Warning: Cannot call func_n ... 呼び出されない オブジェクトのコンストラクタの実行中に外がスローされた場合に、 そのオブジェクトのデストラク ...
https://man.plustar.jp/php/migration71.incompatible.html - [similar]
プロセス制御 3138
« Vtiful\Kernel\Format::underline Eio » PHP Manual 関数リファレンス プロセス制御 プロセス制御 Ei ... o はじめに インストール/設定 定義済み定数 Eio 関数 Ev はじめに インストール/設定 定義済み定数 ... ウォッチャー ウォッチャーのコールバック Periodic ウ ... ass Expect はじめに インストール/設定 定義済み定数 Expect 関数 PCNTL — プロセス制御 はじめに インスト ... ール/設定 定義済み定数 PCNTL 関数 POSIX はじめに インストール/設定 定義済 ...
https://man.plustar.jp/php/refs.fileprocess.process.html - [similar]
新機能 3090
« 下位互換性のない変更点 PHP 5.6.x で推奨されなくなる機能 » PHP Manual PHP 5.5.x から PHP 5.6.x ... new C )-> f (). "\n" ; echo C :: SENTENCE ; ?> 上のの出力は以下となります。 4 THREE の値は 3 配列も、 c ... const ARR = [ 'a' , 'b' ]; echo ARR [ 0 ]; ?> 上のの出力は以下となります。 a ... による可変個引数関数 ... ( 1 , 2 , 3 , 4 ); f ( 1 , 2 , 3 , 4 , 5 ); ?> 上のの出力は以下となります。 $req: 1; $opt: 0; パラメータ ... [ 2 , 3 ]; echo add ( 1 , ... $operators ); ?> 上のの出力は以下となります。 6 累乗演算子 ** 右から評価す ...
https://man.plustar.jp/php/migration56.new-features.html - [similar]
ユーザー定義の例外ハンドラ関数を設定する 2961
« set_error_handler trigger_error » PHP Manual エラー処理関数 ユーザー定義の外ハンドラ関数を設 ... HP 7, PHP 8) set_exception_handler — ユーザー定義の外ハンドラ関数を設定する 説明 set_exception_handler ... ( ? callable $callback ): ? callable 外が try/catch ブロックの中でキャッチされなかった場合 ... の デフォルトの外ハンドラを設定します。 実行は、 callback がコールさ ... に 停止します。 パラメータ callback キャッチされない外が発生した際にコールされる関数。 このハンドラ関数は ...
https://man.plustar.jp/php/function.set-exception-handler.html - [similar]
インスタンス化を禁止するためのコンストラクタ 2948
« FiberError 定義済みのインターフェイスとクラス » PHP Manual FiberError インスタンス化を禁止する ... メータ この関数にはパラメータはありません。 エラー / 外 このメソッドがコールされると、 Error 外がスロー ... ワード: 禁止 , FiberError , construct , パラメータ , 外 , 定義 , クラス , public , 関数 , エラー ...
https://man.plustar.jp/php/fibererror.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT