検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 1067 for [SIMILAR] 16 1024 4096 WITH 11530 遅延 WITH 7721... (1.152 sec.)
名前空間の使用法: エイリアス/インポート 0
« namespace キーワードおよび __NAMESPACE__ 定数 グローバル空間 » PHP Manual 名前空間 名前空間の使用法: エイリアス/インポート 名前空間の使用法: エイリアス/インポート (PHP 5 >= 5.3.0, PHP 7, PHP 8) 外部の完全修飾名をエイリアスで参照したりインポートしたりする機能は、 名前空間において非常に重 ...
https://man.plustar.jp/php/language.namespaces.importing.html - [similar]
変数の型名をデバッグしやすい形で取得する 0
« floatval get_defined_vars » PHP Manual 変数操作 関数 変数の型名をデバッグしやすい形で取得する get_debug_type (PHP 8) get_debug_type — 変数の型名をデバッグしやすい形で取得する 説明 get_debug_type ( mixed $value ): string PHP の変数 value の、解決済みの名前を返します。 この関数は、オブジ ...
https://man.plustar.jp/php/function.get-debug-type.html - [similar]
基底ノード型を作成する際に使用する拡張クラスを登録する 0
« DOMDocument::normalizeDocument DOMDocument::relaxNGValidate » PHP Manual DOMDocument 基底ノード型を作成する際に使用する拡張クラスを登録する DOMDocument::registerNodeClass (PHP 5 >= 5.2.0, PHP 7, PHP 8) DOMDocument::registerNodeClass — 基底ノード型を作成する際に使用する拡張クラスを登録す ...
https://man.plustar.jp/php/domdocument.registernodeclass.html - [similar]
データベース名を取得する 0
« pg_copy_to pg_delete » PHP Manual PostgreSQL 関数 データベース名を取得する pg_dbname (PHP 4, PHP 5, PHP 7, PHP 8) pg_dbname — データベース名を取得する 説明 pg_dbname ( ? PgSql\Connection $connection = null ): string pg_dbname() は、 PostgreSQL の connection インスタンスで指定した データ ...
https://man.plustar.jp/php/function.pg-dbname.html - [similar]
__autoload() のデフォルト実装 0
« spl_autoload_unregister spl_classes » PHP Manual SPL 関数 __autoload() のデフォルト実装 spl_autoload (PHP 5 >= 5.1.0, PHP 7, PHP 8) spl_autoload — __autoload() のデフォルト実装 説明 spl_autoload ( string $class , ? string $file_extensions = null ): void この関数は、 __autoload() のデフ ...
https://man.plustar.jp/php/function.spl-autoload.html - [similar]
ReflectionClassConstant を構築する 0
« ReflectionClassConstant ReflectionClassConstant::export » PHP Manual ReflectionClassConstant ReflectionClassConstant を構築する ReflectionClassConstant::__construct (PHP 7 >= 7.1.0, PHP 8) ReflectionClassConstant::__construct — ReflectionClassConstant を構築する 説明 public ReflectionC ...
https://man.plustar.jp/php/reflectionclassconstant.construct.html - [similar]
クラスのデフォルトプロパティを取得する 0
« get_class_methods get_class » PHP Manual クラス/オブジェクト関数 クラスのデフォルトプロパティを取得する get_class_vars (PHP 4, PHP 5, PHP 7, PHP 8) get_class_vars — クラスのデフォルトプロパティを取得する 説明 get_class_vars ( string $class ): array 指定したクラスのデフォルトプロパティを ...
https://man.plustar.jp/php/function.get-class-vars.html - [similar]
型演算子 0
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数が特定の クラス のオブジェクトのインスタンスであるかどうかを調べます。 例1 クラスでの instanceof の使用法 <?php class MyClass { } class NotMyClass { } $a = new MyClass ; var_dump ( $a instanc ...
https://man.plustar.jp/php/language.operators.type.html - [similar]
オブジェクトの比較 0
« オブジェクトのクローン作成 遅延静的束縛 (Late Static Bindings) » PHP Manual クラスとオブジェクト オブジェクトの比較 オブジェクトの比較 比較演算子( == )を使用する際、 オブジェクト変数は、単純に比較されます。つまり、 二つのオブジェクトのインスタンスは、 同じ属性と値 (値の比較は == による ...
https://man.plustar.jp/php/language.oop5.object-comparison.html - [similar]
PHP のクラスとして実装された URL ラッパーを登録する 0
« stream_supports_lock stream_wrapper_restore » PHP Manual ストリーム 関数 PHP のクラスとして実装された URL ラッパーを登録する stream_wrapper_register (PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8) stream_wrapper_register — PHP のクラスとして実装された URL ラッパーを登録する 説明 stream_wrapper_r ...
https://man.plustar.jp/php/function.stream-wrapper-register.html - [similar]