検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 1048 for [SIMILAR] 16 1024 4096 WITH 10036 func WITH 6713... (0.559 sec.)
実行する 0
« ReflectionMethod::getPrototype ReflectionMethod::invokeArgs » PHP Manual ReflectionMethod 実行する ReflectionMethod::invoke (PHP 5, PHP 7, PHP 8) ReflectionMethod::invoke — 実行する 説明 public ReflectionMethod::invoke ( ? object $object , mixed ...$args ): mixed メソッドを実行します。 ...
https://man.plustar.jp/php/reflectionmethod.invoke.html - [similar]
実行する 0
« ReflectionMethod::invoke ReflectionMethod::isAbstract » PHP Manual ReflectionMethod 実行する ReflectionMethod::invokeArgs (PHP 5 >= 5.1.2, PHP 7, PHP 8) ReflectionMethod::invokeArgs — 実行する 説明 public ReflectionMethod::invokeArgs ( ? object $object , array $args ): mixed リフレクシ ...
https://man.plustar.jp/php/reflectionmethod.invokeargs.html - [similar]
mysqlndプラグインの開発をはじめよう 0
« mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの開発をはじめよう mysqlndプラグインの開発をはじめよう mysqlnd プラグイン それ自体が PHPエクステンション であることを覚えておくことが重要です。 次のコードは、典型的な mysqlnd プラグインで使われ ...
https://man.plustar.jp/php/mysqlnd.plugin.developing.html - [similar]
SQL 文で使用する集約ユーザー定義関数 (UDF) を登録する 0
« PDO_SQLITE DSN PDO::sqliteCreateCollation » PHP Manual SQLite (PDO) SQL 文で使用する集約ユーザー定義関数 (UDF) を登録する PDO::sqliteCreateAggregate (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo_sqlite >= 1.0.0) PDO::sqliteCreateAggregate — SQL 文で使用する集約ユーザー定義関数 (UDF) を登録す ...
https://man.plustar.jp/php/pdo.sqlitecreateaggregate.html - [similar]
ユーザー定義関数 0
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義されます。 例1 関数の使用法を説明するための擬似コード <?php function foo ( $arg_1 , $arg_2 , /* ..., */ $arg_n ) { echo "関数の例\n" ; return $retval ; } ?> 関数の中では、他の関数や クラス 定義 ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]
アロー関数 0
« 無名関数 第一級callableを生成する記法 » PHP Manual 関数 アロー関数 アロー関数 アロー関数は 無名関数 を簡潔に書ける文法として PHP 7.4 で追加されました。 無名関数とアロー関数は共に Closure クラスを使って実装されています。 アロー関数は fn (argument_list) => expr という形で記述します。 アロ ...
https://man.plustar.jp/php/functions.arrow.html - [similar]
新機能 0
« 下位互換性のない変更点 PHP 5.6.x で推奨されなくなる機能 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 新機能 新機能 定数式 数値や文字列リテラルと定数を、これまでのバージョンでは静的な値が想定されていた場面 (定数やプロパティの宣言、関数のデフォルト引数など) で、スカラー式として扱えるよ ...
https://man.plustar.jp/php/migration56.new-features.html - [similar]
指定した引数でクラスの新しいインスタンスを作成する 0
« ReflectionClass::newInstance ReflectionClass::newInstanceWithoutConstructor » PHP Manual ReflectionClass 指定した引数でクラスの新しいインスタンスを作成する ReflectionClass::newInstanceArgs (PHP 5 >= 5.1.3, PHP 7, PHP 8) ReflectionClass::newInstanceArgs — 指定した引数でクラスの新しいイン ...
https://man.plustar.jp/php/reflectionclass.newinstanceargs.html - [similar]
データと添字の比較にコールバック関数を用い、 追加された添字の確認を含めて配列の... 0
« array_udiff_assoc array_udiff » PHP Manual 配列 関数 データと添字の比較にコールバック関数を用い、 追加された添字の確認を含めて配列の差を計算する array_udiff_uassoc (PHP 5, PHP 7, PHP 8) array_udiff_uassoc — データと添字の比較にコールバック関数を用い、 追加された添字の確認を含めて配列の ...
https://man.plustar.jp/php/function.array-udiff-uassoc.html - [similar]
追加された添字の確認も含め、コールバック関数を用いて 配列の共通項を確認する 0
« array_intersect_key array_intersect_ukey » PHP Manual 配列 関数 追加された添字の確認も含め、コールバック関数を用いて 配列の共通項を確認する array_intersect_uassoc (PHP 5, PHP 7, PHP 8) array_intersect_uassoc — 追加された添字の確認も含め、コールバック関数を用いて 配列の共通項を確認する ...
https://man.plustar.jp/php/function.array-intersect-uassoc.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT