検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 2022 for [SIMILAR] 16 1024 4096 WITH 1722382 example WITH... (1.567 sec.)
型宣言 0
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 クラスのプロパティ (PHP 7.4.0 以降) に対して型を宣言することができます。 これによって、その値が特定の型であることを保証できます。 その型でない場合は、 TypeError がスローされます。 注意 : 親クラ ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]
Dynamically adds a new method to a given class 0
« runkit7_import runkit7_method_copy » PHP Manual runkit7 関数 Dynamically adds a new method to a given class runkit7_method_add (PECL runkit7 >= Unknown) runkit7_method_add — Dynamically adds a new method to a given class 説明 runkit7_method_add ( string $class_name , string $method_nam ...
https://man.plustar.jp/php/function.runkit7-method-add.html - [similar]
SqlStatement クラス 0
« Session::startTransaction SqlStatement::bind » PHP Manual Mysql_xdevapi SqlStatement クラス SqlStatement クラス (PECL mysql-xdevapi >= 8.0.11) はじめに クラス概要 class mysql_xdevapi\SqlStatement { /* Constants */ const int EXECUTE_ASYNC = 1 ; const int BUFFERED = 2 ; /* プロパティ */ ...
https://man.plustar.jp/php/class.mysql-xdevapi-sqlstatement.html - [similar]
変数のスコープ 0
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その変数が定義されたコンテキストです。ほとんどの PHP 変数は、スコープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; inc ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
サポートするロケールを取得する 0
« ResourceBundle::get Spoofchecker » PHP Manual ResourceBundle サポートするロケールを取得する ResourceBundle::getLocales resourcebundle_locales (PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL intl >= 2.0.0) ResourceBundle::getLocales -- resourcebundle_locales — サポートするロケールを取得する 説明 オ ...
https://man.plustar.jp/php/resourcebundle.locales.html - [similar]
Yaf_Route_Rewrite のコンストラクタ 0
« Yaf_Route_Rewrite::assemble Yaf_Route_Rewrite::route » PHP Manual Yaf_Route_Rewrite Yaf_Route_Rewrite のコンストラクタ Yaf_Route_Rewrite::__construct (Yaf >=1.0.0) Yaf_Route_Rewrite::__construct — Yaf_Route_Rewrite のコンストラクタ 説明 public Yaf_Route_Rewrite::__construct ( string $m ...
https://man.plustar.jp/php/yaf-route-rewrite.construct.html - [similar]
指定した配列の要素にコールバック関数を適用する 0
« array_keys array_merge_recursive » PHP Manual 配列 関数 指定した配列の要素にコールバック関数を適用する array_map (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) array_map — 指定した配列の要素にコールバック関数を適用する 説明 array_map ( ? callable $callback , array $array , array ...$arrays ): a ...
https://man.plustar.jp/php/function.array-map.html - [similar]
イテレータにある要素をカウントする 0
« iterator_apply iterator_to_array » PHP Manual SPL 関数 イテレータにある要素をカウントする iterator_count (PHP 5 >= 5.1.0, PHP 7, PHP 8) iterator_count — イテレータにある要素をカウントする 説明 iterator_count ( Traversable $iterator ): int イテレータにある要素をカウントします。 iterator ...
https://man.plustar.jp/php/function.iterator-count.html - [similar]
浮動小数点数を丸める 0
« rand sin » PHP Manual Math 関数 浮動小数点数を丸める round (PHP 4, PHP 5, PHP 7, PHP 8) round — 浮動小数点数を丸める 説明 round ( int | float $num , int $precision = 0 , int $mode = PHP_ROUND_HALF_UP ): float num を、指定した precision (小数点以下の桁数)に丸めた値を 返します。 precisio ...
https://man.plustar.jp/php/function.round.html - [similar]
新機能 0
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 新機能 新機能 スカラー型宣言 スカラー 型宣言 には二つの方式があります。デフォルトの自動変換(coercive) モードと、 厳密に判断する strict モードです。 パラメータとして、 文字列 ( string ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]