検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 1211 for [SIMILAR] 16 1024 4096 WITH 14963 検査 WITH 8003... (1.036 sec.)
is_float のエイリアス 0
« is_countable is_float » PHP Manual 変数操作 関数 is_float のエイリアス is_double (PHP 4, PHP 5, PHP 7, PHP 8) is_double — is_float() のエイリアス 説明 この関数は次の関数のエイリアスです。 is_float() . 関連キーワード: float , 関数 , countable , 変数 , 操作 , ...
https://man.plustar.jp/php/function.is-double.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
« unserialize var_dump » PHP Manual 変数操作 関数 指定した変数の割当を解除する unset (PHP 4, PHP 5, PHP 7, PHP 8) unset — 指定した変数の割当を解除する 説明 unset ( mixed $var , mixed ...$vars ): void unset() は指定した変数を破棄します。 関数 unset() の内部動作は、 破棄しようとする変数の型 ...
https://man.plustar.jp/php/function.unset.html - [similar]
型の相互変換 0
« 型宣言 変数 » PHP Manual 型 型の相互変換 型の相互変換 PHP は、変数定義時に明示的な型定義を必要と(または、サポート) しません。ある変数の型は、その変数が使用される文により定義されます。 これは、ある文字列を変数 $var に代入した場合には、 $var は文字列になることを意味しています。 ある整数値 ...
https://man.plustar.jp/php/language.types.type-juggling.html - [similar]
is_float のエイリアス 0
« is_object is_resource » PHP Manual 変数操作 関数 is_float のエイリアス is_real (PHP 4, PHP 5, PHP 7, PHP 8) is_real — is_float() のエイリアス 説明 この関数は次の関数のエイリアスです。 is_float() . 警告 このエイリアスは PHP 7.4.0 で 非推奨 となり、PHP 8.0.0 で 削除 されました。 関連キー ...
https://man.plustar.jp/php/function.is-real.html - [similar]
2 変数のアークタンジェント 0
« asinh atan » PHP Manual Math 関数 2 変数のアークタンジェント atan2 (PHP 4, PHP 5, PHP 7, PHP 8) atan2 — 2 変数のアークタンジェント 説明 atan2 ( float $y , float $x ): float この関数は、2 つの変数 x および y のアークタンジェントを計算します。 y / x のアークタンジェントを計算するのに似て ...
https://man.plustar.jp/php/function.atan2.html - [similar]
定義済み定数 0
« フィルタフラグ 例 » PHP Manual Filter 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 INPUT_POST ( int ) POST 変数。 INPUT_GET ( int ) GET 変数。 INPUT_COOKIE ...
https://man.plustar.jp/php/filter.constants.html - [similar]
変数の内容が反復可能な値であることを確認する 0
« is_integer is_long » PHP Manual 変数操作 関数 変数の内容が反復可能な値であることを確認する is_iterable (PHP 7 >= 7.1.0, PHP 8) is_iterable — 変数の内容が反復可能な値であることを確認する 説明 is_iterable ( mixed $value ): bool 変数の内容が iterable 疑似型で許容されること、すなわち array ...
https://man.plustar.jp/php/function.is-iterable.html - [similar]
はじめに 0
« 型 論理型 (boolean) » PHP Manual 型 はじめに はじめに PHP は 10 種類の基本型をサポートします。 4 種類のスカラー型: 論理値 ( bool ) 整数 ( int ) 浮動小数点数 (float, double も同じ) 文字列 (string) 4 種類の複合型: 配列 (array) オブジェクト (object) callable iterable そして、最後に 2 種類 ...
https://man.plustar.jp/php/language.types.intro.html - [similar]
パラメータを変数にバインドする 0
« SQLite3Stmt SQLite3Stmt::bindValue » PHP Manual SQLite3Stmt パラメータを変数にバインドする SQLite3Stmt::bindParam (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3Stmt::bindParam — パラメータを変数にバインドする 説明 public SQLite3Stmt::bindParam ( string | int $param , mixed &$var , int $type = ...
https://man.plustar.jp/php/sqlite3stmt.bindparam.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT