検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 1251 for [SIMILAR] 16 1024 4096 WITH 3226 ァレ WITH 2499 ... (0.628 sec.)
例外の深刻度を取得する 0
« ErrorException::__construct Error » PHP Manual ErrorException 例外の深刻度を取得する ErrorException::getSeverity (PHP 5 >= 5.1.0, PHP 7, PHP 8) ErrorException::getSeverity — 例外の深刻度を取得する 説明 final public ErrorException::getSeverity (): int 例外の深刻度を返します。 パラメータ ...
https://man.plustar.jp/php/errorexception.getseverity.html - [similar]
例外のキャッチのオン/オフを切り替える 0
« Yaf_Dispatcher::autoRender Yaf_Dispatcher::__construct » PHP Manual Yaf_Dispatcher 例外のキャッチのオン/オフを切り替える Yaf_Dispatcher::catchException (Yaf >=1.0.0) Yaf_Dispatcher::catchException — 例外のキャッチのオン/オフを切り替える 説明 public Yaf_Dispatcher::catchException ( bool ...
https://man.plustar.jp/php/yaf-dispatcher.catchexception.html - [similar]
関数・メソッド 0
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッドの一覧 a b c d e f g h i j k l m n o p q r s t u v w x y z _ 㠊 a abs - 絶対値 acos - 逆余弦(アークコサイン) acosh - 逆双曲線余弦(アークハイパボリックコサイン) addcslashes - C 言語と同様 ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
例外が作られたファイルを取得する 0
« Exception::getCode Exception::getLine » PHP Manual Exception 例外が作られたファイルを取得する Exception::getFile (PHP 5, PHP 7, PHP 8) Exception::getFile — 例外が作られたファイルを取得する 説明 final public Exception::getFile (): string 例外が作られたファイルの名前を取得します。 パラメ ...
https://man.plustar.jp/php/exception.getfile.html - [similar]
例外が作られた行を取得する 0
« Exception::getFile Exception::getTrace » PHP Manual Exception 例外が作られた行を取得する Exception::getLine (PHP 5, PHP 7, PHP 8) Exception::getLine — 例外が作られた行を取得する 説明 final public Exception::getLine (): int 例外が作られた行番号を取得します。 パラメータ この関数にはパラメ ...
https://man.plustar.jp/php/exception.getline.html - [similar]
例外の文字列表現 0
« Exception::getTraceAsString Exception::__clone » PHP Manual Exception 例外の文字列表現 Exception::__toString (PHP 5, PHP 7, PHP 8) Exception::__toString — 例外の文字列表現 説明 public Exception::__toString (): string 例外を文字列で表現したものを返します。 パラメータ この関数にはパラメー ...
https://man.plustar.jp/php/exception.tostring.html - [similar]
配列と同様の形式で、複数の変数への代入を行う 0
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PHP 4, PHP 5, PHP 7, PHP 8) list — 配列と同様の形式で、複数の変数への代入を行う 説明 list ( mixed $var , mixed ...$vars = ? ): array array() と同様に、 この関数は実際には関数ではなく言語構造です ...
https://man.plustar.jp/php/function.list.html - [similar]
内部(ビルトイン)関数 0
« 可変関数 無名関数 » PHP Manual 関数 内部(ビルトイン)関数 内部(ビルトイン)関数 PHPは標準で多くの関数と言語構造を持っています。また他にも コンパイル済みの特定のPHPエクステンションを必要とする関数があります。 それらはもしコンパイルされていなければ"undefined function(未定義の関数)" と ...
https://man.plustar.jp/php/functions.internal.html - [similar]
配列 0
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップです。マップは型の一種で、 値 を キー に関連付けます。 この型は、さまざまな使い道にあわせて最適化されます。 配列としてだけでなく、リスト (ベクター)、 ハッシュテーブル (マップの実装の一つ)、辞書 ...
https://man.plustar.jp/php/language.types.array.html - [similar]
オーバーロード 0
« 無名クラス オブジェクトの反復処理 » PHP Manual クラスとオブジェクト オーバーロード オーバーロード PHP におけるオーバーロード機能は、 プロパティやメソッドを動的に 作成する ための手法です。 これらの動的エンティティは、マジックメソッドを用いて処理されます。 マジックメソッドは、クラス内でさ ...
https://man.plustar.jp/php/language.oop5.overloading.html - [similar]