検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 2242 for [SIMILAR] 16 1024 4096 WITH 3735 関数 WITH 3631 ... (1.359 sec.)
言語リファレンス 0
« 設定を変更するには 基本的な構文 » PHP Manual 言語リファレンス 言語リファレンス 基本的な構文 PHP タグ HTML からの脱出 命令の分離 コメント 型 はじめに 論理型 (boolean) 整数 浮動小数点数 文字列 数値形式の文字列 配列 Iterable オブジェクト 列挙型 / Enum リソース NULL コールバック / Callable ...
https://man.plustar.jp/php/langref.html - [similar]
配列の全ての要素に、ユーザー関数を再帰的に適用する 0
« array_values array_walk » PHP Manual 配列 関数 配列の全ての要素に、ユーザー関数を再帰的に適用する array_walk_recursive (PHP 5, PHP 7, PHP 8) array_walk_recursive — 配列の全ての要素に、ユーザー関数を再帰的に適用する 説明 array_walk_recursive ( array | object &$array , callable $callback ...
https://man.plustar.jp/php/function.array-walk-recursive.html - [similar]
ユーザー定義の比較関数を使い、キーでソートする 0
« ArrayIterator::uasort ArrayIterator::unserialize » PHP Manual ArrayIterator ユーザー定義の比較関数を使い、キーでソートする ArrayIterator::uksort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayIterator::uksort — ユーザー定義の比較関数を使い、キーでソートする 説明 public ArrayIterator::uksort ( cal ...
https://man.plustar.jp/php/arrayiterator.uksort.html - [similar]
最初の引数で指定したコールバック関数をコールする 0
« call_user_func_array create_function » PHP Manual 関数処理 関数 最初の引数で指定したコールバック関数をコールする call_user_func (PHP 4, PHP 5, PHP 7, PHP 8) call_user_func — 最初の引数で指定したコールバック関数をコールする 説明 call_user_func ( callable $callback , mixed ...$args ): mi ...
https://man.plustar.jp/php/function.call-user-func.html - [similar]
指定した関数が定義されている場合に true を返す 0
« func_num_args get_defined_functions » PHP Manual 関数処理 関数 指定した関数が定義されている場合に true を返す function_exists (PHP 4, PHP 5, PHP 7, PHP 8) function_exists — 指定した関数が定義されている場合に true を返す 説明 function_exists ( string $function ): bool 組み込みの内部関数 ...
https://man.plustar.jp/php/function.function-exists.html - [similar]
無名関数 0
« 内部(ビルトイン)関数 アロー関数 » PHP Manual 関数 無名関数 無名関数 無名関数は クロージャ とも呼ばれ、 関数名を指定せずに関数を作成できるようにするものです。 callable パラメータとして使う際に便利ですが、用途はそれにとどまりません。 無名関数の実装には Closure クラスを使っています。 例 ...
https://man.plustar.jp/php/functions.anonymous.html - [similar]
引数が、現在のスコープから関数としてコール可能な値かどうかを調べる 0
« is_bool is_countable » PHP Manual 変数操作 関数 引数が、現在のスコープから関数としてコール可能な値かどうかを調べる is_callable (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) is_callable — 引数が、現在のスコープから関数としてコール可能な値かどうかを調べる 説明 is_callable ( mixed $value , bool $ ...
https://man.plustar.jp/php/function.is-callable.html - [similar]
変更された関数 0
« PHP 7.1.x で推奨されなくなる機能 その他の変更 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 変更された関数 変更された関数 PHP コア getopt() に、オプションの第三引数が追加されました。 これは参照渡しの引数で、処理対象の引数リストの次の要素のインデックスが格納されます。 getenv() の引数が ...
https://man.plustar.jp/php/migration71.changed-functions.html - [similar]
文字列のコードを評価し、動的に関数を作成する 0
« call_user_func forward_static_call_array » PHP Manual 関数処理 関数 文字列のコードを評価し、動的に関数を作成する create_function (PHP 4 >= 4.0.1, PHP 5, PHP 7) create_function — 文字列のコードを評価し、動的に関数を作成する 警告 この関数は PHP 7.2.0 で 非推奨 になり、PHP 8.0.0 で 削除 さ ...
https://man.plustar.jp/php/function.create-function.html - [similar]
ユーザー定義の比較関数を使って、キーでエントリをソートする 0
« ArrayObject::uasort ArrayObject::unserialize » PHP Manual ArrayObject ユーザー定義の比較関数を使って、キーでエントリをソートする ArrayObject::uksort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayObject::uksort — ユーザー定義の比較関数を使って、キーでエントリをソートする 説明 public ArrayObject:: ...
https://man.plustar.jp/php/arrayobject.uksort.html - [similar]