検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 438 for [SIMILAR] 16 1024 4096 WITH 15718 domelement WIT... (0.375 sec.)
オーバーロード 0
« 無名クラス オブジェクトの反復処理 » PHP Manual クラスとオブジェクト オーバーロード オーバーロード PHP におけるオーバーロード機能は、 プロパティやメソッドを動的に 作成する ための手法です。 これらの動的エンティティは、マジックメソッドを用いて処理されます。 マジックメソッドは、クラス内でさ ...
https://man.plustar.jp/php/language.oop5.overloading.html - [similar]
指定した DN のエントリで見付かった属性の値を比較する 0
« ldap_close ldap_connect » PHP Manual LDAP 関数 指定した DN のエントリで見付かった属性の値を比較する ldap_compare (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) ldap_compare — 指定した DN のエントリで見付かった属性の値を比較する 説明 ldap_compare ( LDAP\Connection $ldap , string $dn , string $at ...
https://man.plustar.jp/php/function.ldap-compare.html - [similar]
名前空間終了ハンドラを設定する 0
« xml_set_element_handler xml_set_external_entity_ref_handler » PHP Manual XML パーサ 関数 名前空間終了ハンドラを設定する xml_set_end_namespace_decl_handler (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) xml_set_end_namespace_decl_handler — 名前空間終了ハンドラを設定する 説明 xml_set_end_namespac ...
https://man.plustar.jp/php/function.xml-set-end-namespace-decl-handler.html - [similar]
名前空間開始ハンドラを設定する 0
« xml_set_processing_instruction_handler xml_set_unparsed_entity_decl_handler » PHP Manual XML パーサ 関数 名前空間開始ハンドラを設定する xml_set_start_namespace_decl_handler (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) xml_set_start_namespace_decl_handler — 名前空間開始ハンドラを設定する 説明 ...
https://man.plustar.jp/php/function.xml-set-start-namespace-decl-handler.html - [similar]
クラスの抽象化 0
« static キーワード オブジェクト インターフェイス » PHP Manual クラスとオブジェクト クラスの抽象化 クラスの抽象化 PHP には、抽象クラスと抽象メソッドの機能があります。 abstract として定義されたクラスのインスタンスを生成することはできません。 1つ以上の抽象メソッドを含む全てのクラスもまた抽 ...
https://man.plustar.jp/php/language.oop5.abstract.html - [similar]
関連付けられた名前空間に新しい属性を作成する 0
« DOMDocument::createAttribute DOMDocument::createCDATASection » PHP Manual DOMDocument 関連付けられた名前空間に新しい属性を作成する DOMDocument::createAttributeNS (PHP 5, PHP 7, PHP 8) DOMDocument::createAttributeNS — 関連付けられた名前空間に新しい属性を作成する 説明 public DOMDocument: ...
https://man.plustar.jp/php/domdocument.createattributens.html - [similar]
変更履歴 0
« 共変性と反変性 名前空間 » PHP Manual クラスとオブジェクト 変更履歴 変更履歴 PHP の OOP モデルの変更履歴をここに記録します。 個々の機能の説明や注意点については、クラスとオブジェクトに関するドキュメントを参照ください。 バージョン 説明 8.1.0 追加: クラスの定数に対して、 final が指定できる ...
https://man.plustar.jp/php/language.oop5.changelog.html - [similar]
インターフェイスの実装を調べる 0
« ReflectionClass::hasProperty ReflectionClass::inNamespace » PHP Manual ReflectionClass インターフェイスの実装を調べる ReflectionClass::implementsInterface (PHP 5, PHP 7, PHP 8) ReflectionClass::implementsInterface — インターフェイスの実装を調べる 説明 public ReflectionClass::implements ...
https://man.plustar.jp/php/reflectionclass.implementsinterface.html - [similar]
XMLWriter クラス 0
« オブジェクト指向 API の使用 XMLWriter::endAttribute » PHP Manual XMLWriter XMLWriter クラス XMLWriter クラス (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0) はじめに クラス概要 class XMLWriter { /* メソッド */ public endAttribute (): bool public endCdata (): bool public endComm ...
https://man.plustar.jp/php/class.xmlwriter.html - [similar]
変数が空であるかどうかを検査する 0
« doubleval floatval » PHP Manual 変数操作 関数 変数が空であるかどうかを検査する empty (PHP 4, PHP 5, PHP 7, PHP 8) empty — 変数が空であるかどうかを検査する 説明 empty ( mixed $var ): bool 変数が空であるかどうかを検査します。 変数が空であるとみなされるのは、変数が存在しない場合や 変数の値 ...
https://man.plustar.jp/php/function.empty.html - [similar]