検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 2242 for [SIMILAR] 16 1024 4096 WITH 3735 関数 WITH 3631 ... (1.628 sec.)
関数に渡された引数の数を返す 5335
« func_get_args function_exists » PHP Manual 関数処理 関数 関数に渡された引数の数を返す func_num_args (PHP 4, PHP 5, PHP 7, PHP 8) func_num_args — 関数に渡された引数の数を返す 説明 func_num_args (): int 関数に渡された引数の数を取得します。 この関数は func_get_arg() および func_get_args() ...
https://man.plustar.jp/php/function.func-num-args.html - [similar]
引数のリストから要素をひとつ返す 5335
« forward_static_call func_get_args » PHP Manual 関数処理 関数 引数のリストから要素をひとつ返す func_get_arg (PHP 4, PHP 5, PHP 7, PHP 8) func_get_arg — 引数のリストから要素をひとつ返す 説明 func_get_arg ( int $position ): mixed ユーザーが定義した関数の引数リストから、指定した引数を取得し ...
https://man.plustar.jp/php/function.func-get-arg.html - [similar]
新機能 5335
« PHP 8.0.x から PHP 8.1.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 新機能 新機能 PHP コア 8進数の整数リテラルのプレフィックス指定 8進数の整数値の場合に、 数値リテラルのプレフィックスとして明示的に 0o や 0O を指定できるようになりました。 これ ...
https://man.plustar.jp/php/migration81.new-features.html - [similar]
変更履歴 0
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありました。 Version Function Description PECL OCI8 3.2 oci_set_prefetch_lob PECL OCI8 1.4 oci_set_prefetch これより前のバージョンでは、rows は 1 以上でなければなりませんでした。 PECL OCI8 1.3.4 oci_ ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
関数の引数リストを配列として返す 0
« func_get_arg func_num_args » PHP Manual 関数処理 関数 関数の引数リストを配列として返す func_get_args (PHP 4, PHP 5, PHP 7, PHP 8) func_get_args — 関数の引数リストを配列として返す 説明 func_get_args (): array 関数の引数リストを配列で取得します。 この関数は func_num_args() および func_ge ...
https://man.plustar.jp/php/function.func-get-args.html - [similar]
配列の全ての要素にユーザー定義の関数を適用する 0
« array_walk_recursive array » PHP Manual 配列 関数 配列の全ての要素にユーザー定義の関数を適用する array_walk (PHP 4, PHP 5, PHP 7, PHP 8) array_walk — 配列の全ての要素にユーザー定義の関数を適用する 説明 array_walk ( array | object &$array , callable $callback , mixed $arg = null ): bool ...
https://man.plustar.jp/php/function.array-walk.html - [similar]
PHP 7.2.x で推奨されなくなる機能 0
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 PHP 7.2.x で推奨されなくなる機能 PHP 7.2.x で推奨されなくなる機能 クオートしない文字列 クオートしない文字列は、その名前のグローバル定数が定義されていない場合は単なる文字列という扱いになります。 このとき、 ...
https://man.plustar.jp/php/migration72.deprecated.html - [similar]
関数 0
« goto ユーザー定義関数 » PHP Manual 言語リファレンス 関数 関数 目次 ユーザー定義関数 関数の引数 戻り値 可変関数 内部(ビルトイン)関数 無名関数 アロー関数 第一級callableを生成する記法 関連キーワード: 関数 , ユーザー , 定義 , goto , 言語 , リファレンス , 可変 , 内部 , 一級 , callable ...
https://man.plustar.jp/php/language.functions.html - [similar]
ユーザー定義の比較関数を用いて、キーで配列をソートする 0
« uasort usort » PHP Manual 配列 関数 ユーザー定義の比較関数を用いて、キーで配列をソートする uksort (PHP 4, PHP 5, PHP 7, PHP 8) uksort — ユーザー定義の比較関数を用いて、キーで配列をソートする 説明 uksort ( array &$array , callable $callback ): bool 順序を決めるユーザー定義の比較関数を用 ...
https://man.plustar.jp/php/function.uksort.html - [similar]
アロー関数 0
« 無名関数 第一級callableを生成する記法 » PHP Manual 関数 アロー関数 アロー関数 アロー関数は 無名関数 を簡潔に書ける文法として PHP 7.4 で追加されました。 無名関数とアロー関数は共に Closure クラスを使って実装されています。 アロー関数は fn (argument_list) => expr という形で記述します。 アロ ...
https://man.plustar.jp/php/functions.arrow.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT