検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 326 for [SIMILAR] 16 1024 4096 WITH 42731 入演 WITH 3463... (0.401 sec.)
型演算子 0
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数が特定の クラス のオブジェクトのインスタンスであるかどうかを調べます。 例1 クラスでの instanceof の使用法 <?php class MyClass { } class NotMyClass { } $a = new MyClass ; var_dump ( $a instanc ...
https://man.plustar.jp/php/language.operators.type.html - [similar]
モーションブラーをシミュレートする 0
« Gmagick::modulateimage Gmagick::newimage » PHP Manual Gmagick モーションブラーをシミュレートする Gmagick::motionblurimage (PECL gmagick >= Unknown) Gmagick::motionblurimage — モーションブラーをシミュレートする 説明 public Gmagick::motionblurimage ( float $radius , float $sigma , float ...
https://man.plustar.jp/php/gmagick.motionblurimage.html - [similar]
文字列を処理し、変数に代入する 0
« ord print » PHP Manual String 関数 文字列を処理し、変数に代入する parse_str (PHP 4, PHP 5, PHP 7, PHP 8) parse_str — 文字列を処理し、変数に代入する 説明 parse_str ( string $string , array &$result ): void URL 経由で渡されるクエリ文字列と同様に string を処理し、現在のスコープに変数をセッ ...
https://man.plustar.jp/php/function.parse-str.html - [similar]
ソースのプロパティを設定する 0
« openal_source_rewind openal_source_stop » PHP Manual OpenAL 関数 ソースのプロパティを設定する openal_source_set (PECL openal >= 0.1.0) openal_source_set — ソースのプロパティを設定する 説明 openal_source_set ( resource $source , int $property , mixed $setting ): bool パラメータ source O ...
https://man.plustar.jp/php/function.openal-source-set.html - [similar]
加算子/減算子 0
« 実行演算子 論理演算子 » PHP Manual 演算子 加算子/減算子 加算子/減算子 PHP は C 言語形式の加算子/減算子(前置・後置ともに)をサポートします。 注意 : 加算子/減算子は、数値や文字列にしか影響を及ぼしません。 配列やオブジェクト、boolean、そしてリソースには、何も変更を加えません。 同じく nul ...
https://man.plustar.jp/php/language.operators.increment.html - [similar]
画像に関数を適用する 0
« Imagick::frameImage Imagick::fxImage » PHP Manual Imagick 画像に関数を適用する Imagick::functionImage (PECL imagick 2 >= 2.3.0, PECL imagick 3) Imagick::functionImage — 画像に関数を適用する 説明 public Imagick::functionImage ( int $function , array $arguments , int $channel = Imagick:: ...
https://man.plustar.jp/php/imagick.functionimage.html - [similar]
スコープ定義演算子 (::) 0
« オブジェクトの継承 static キーワード » PHP Manual クラスとオブジェクト スコープ定義演算子 (::) スコープ定義演算子 (::) スコープ定義演算子 (またの名を Paamayim Nekudotayim)、 平たく言うと「ダブルコロン」は、トークンのひとつです。 static , 定数 およびオーバーライドされたクラスのプロパティ ...
https://man.plustar.jp/php/language.oop5.paamayim-nekudotayim.html - [similar]
はじめに 0
« GMP インストール/設定 » PHP Manual GMP はじめに はじめに 以下の関数により、GNU MP ライブラリを使用して 任意長の整数を使用することが可能になります。 注意 : 大半の GMP 関数は、GMP 数を引数としてとります。 このマニュアルでは、GMP 数を GMP オブジェクトとしています。 これらの関数の大半は、数 ...
https://man.plustar.jp/php/intro.gmp.html - [similar]
static キーワード 0
« スコープ定義演算子 (::) クラスの抽象化 » PHP Manual クラスとオブジェクト static キーワード static キーワード ヒント このページでは、 static キーワードを使って static メソッド や static プロパティを定義する方法を説明します。 static は、 static 変数 や 遅延静的束縛 にも使えます。これらの ...
https://man.plustar.jp/php/language.oop5.static.html - [similar]
浮動小数点数 0
« 整数 文字列 » PHP Manual 型 浮動小数点数 浮動小数点数 浮動小数点数 (あるいは "float", "double", "実数") は、次の構文により指定できます。 <?php $a = 1.234 ; $b = 1.2e3 ; $c = 7E-10 ; $d = 1_234.567 ; // PHP 7.4.0 以降 ?> PHP 7.4.0 以降の規約(これより前のバージョンでは、アンダースコアは許 ...
https://man.plustar.jp/php/language.types.float.html - [similar]