検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 231 for [SIMILAR] 16 1024 4096 WITH 18825 isuserdefined ... (0.421 sec.)
配列のソート 0
« 定義済み定数 配列 関数 » PHP Manual 配列 配列のソート 配列のソート PHP には配列をソートする関数が複数用意されています。 このページでは、それらの違いについて説明します。 主な相違点は次のとおりです。 配列のキーでソートするものと、値でソートするものがあります。 $array['キー'] = '値'; キー ...
https://man.plustar.jp/php/array.sorting.html - [similar]
ユーザー定義の比較関数を使用して、配列を値でソートする 0
« uksort クラス/オブジェクト » PHP Manual 配列 関数 ユーザー定義の比較関数を使用して、配列を値でソートする usort (PHP 4, PHP 5, PHP 7, PHP 8) usort — ユーザー定義の比較関数を使用して、配列を値でソートする 説明 usort ( array &$array , callable $callback ): bool 順序を決めるユーザー定義の比 ...
https://man.plustar.jp/php/function.usort.html - [similar]
ユーザー定義のエラーハンドラ関数を設定する 0
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラーハンドラ関数を設定する set_error_handler (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) set_error_handler — ユーザー定義のエラーハンドラ関数を設定する 説明 set_error_handler ( ? callable $callback , ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]
のエイリアス ReflectionClass::isIterable 0
« ReflectionClass::isIterable ReflectionClass::isSubclassOf » PHP Manual ReflectionClass のエイリアス ReflectionClass::isIterable ReflectionClass::isIterateable (PHP 5, PHP 7, PHP 8) ReflectionClass::isIterateable — のエイリアス ReflectionClass::isIterable() 説明 のエイリアス ReflectionC ...
https://man.plustar.jp/php/reflectionclass.isiterateable.html - [similar]
以前の例外ハンドラ関数を回復する 0
« restore_error_handler set_error_handler » PHP Manual エラー処理関数 以前の例外ハンドラ関数を回復する restore_exception_handler (PHP 5, PHP 7, PHP 8) restore_exception_handler — 以前の例外ハンドラ関数を回復する 説明 restore_exception_handler (): bool set_exception_handler() を使用して例 ...
https://man.plustar.jp/php/function.restore-exception-handler.html - [similar]
ユーザー定義の例外ハンドラ関数を設定する 0
« set_error_handler trigger_error » PHP Manual エラー処理関数 ユーザー定義の例外ハンドラ関数を設定する set_exception_handler (PHP 5, PHP 7, PHP 8) set_exception_handler — ユーザー定義の例外ハンドラ関数を設定する 説明 set_exception_handler ( ? callable $callback ): ? callable 例外が try/c ...
https://man.plustar.jp/php/function.set-exception-handler.html - [similar]
SQL 文で使用するユーザー定義関数 (UDF) を登録する 0
« PDO::sqliteCreateCollation ベンダー固有のモジュール » PHP Manual SQLite (PDO) SQL 文で使用するユーザー定義関数 (UDF) を登録する PDO::sqliteCreateFunction (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo_sqlite >= 1.0.0) PDO::sqliteCreateFunction — SQL 文で使用するユーザー定義関数 (UDF) を登録す ...
https://man.plustar.jp/php/pdo.sqlitecreatefunction.html - [similar]
クラスが無名クラスかを調べる 0
« ReflectionClass::isAbstract ReflectionClass::isCloneable » PHP Manual ReflectionClass クラスが無名クラスかを調べる ReflectionClass::isAnonymous (PHP 7, PHP 8) ReflectionClass::isAnonymous — クラスが無名クラスかを調べる 説明 public ReflectionClass::isAnonymous (): bool クラスが無名クラス ...
https://man.plustar.jp/php/reflectionclass.isanonymous.html - [similar]
抽象クラスであるかどうかを調べる 0
« ReflectionClass::inNamespace ReflectionClass::isAnonymous » PHP Manual ReflectionClass 抽象クラスであるかどうかを調べる ReflectionClass::isAbstract (PHP 5, PHP 7, PHP 8) ReflectionClass::isAbstract — 抽象クラスであるかどうかを調べる 説明 public ReflectionClass::isAbstract (): bool 抽象 ...
https://man.plustar.jp/php/reflectionclass.isabstract.html - [similar]
関数に渡された引数の数を返す 0
« 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]