検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 218 for [SIMILAR] 16 1024 4096 WITH 25435 reflectionmeth... (0.222 sec.)
ファイバー 0
« 例外を拡張する ジェネレータ » PHP Manual 言語リファレンス ファイバー ファイバー ファイバーの概要 (PHP 8 >= 8.1.0) ファイバー(Fibers) は、完全なスタックを持つ、停止可能な関数です。 ファイバー はコールスタック中のどこからでも停止することができますし、 後に再開されるまで実行を停止したまま ...
https://man.plustar.jp/php/language.fibers.html - [similar]
無名クラス 0
« トレイト オーバーロード » PHP Manual クラスとオブジェクト 無名クラス 無名クラス 無名クラスは、その場限りの使い捨てのオブジェクトが必要になった場合に便利です。 <?php // 明示的にクラスを宣言して使う class Logger { public function log ( $msg ) { echo $msg ; } } $util -> setLogger (new Log ...
https://man.plustar.jp/php/language.oop5.anonymous.html - [similar]
コンストラクタとデストラクタ 0
« クラスのオートローディング アクセス権 » PHP Manual クラスとオブジェクト コンストラクタとデストラクタ コンストラクタとデストラクタ コンストラクタ __construct ( mixed ...$values = "" ): void PHP では、開発者がクラスのコンストラクタメソッドを宣言することが できます。コンストラクタメソッド ...
https://man.plustar.jp/php/language.oop5.decon.html - [similar]
修飾子の名前を取得する 0
« Reflection::export ReflectionClass » PHP Manual Reflection 修飾子の名前を取得する Reflection::getModifierNames (PHP 5, PHP 7, PHP 8) Reflection::getModifierNames — 修飾子の名前を取得する 説明 public static Reflection::getModifierNames ( int $modifiers ): array 修飾子の名前を取得します。 ...
https://man.plustar.jp/php/reflection.getmodifiernames.html - [similar]
Document Object Model 0
« XML 操作 はじめに » PHP Manual XML 操作 Document Object Model Document Object Model はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 DOMAttr — DOMAttr クラス DOMAttr::__construct — 新しい DOMAttr オブジェクトを作成する DOMAttr::isId — 属性が定義済み ...
https://man.plustar.jp/php/book.dom.html - [similar]
DOMEntity クラス 0
« DOMElement::setIdAttributeNS DOMEntityReference » PHP Manual DOM DOMEntity クラス DOMEntity クラス (PHP 5, PHP 7, PHP 8) はじめに このインターフェイスは、XML ドキュメント内の既知のエンティティを表します。 パース済みかどうかは関係ありません。 クラス概要 class DOMEntity extends DOMNode { ...
https://man.plustar.jp/php/class.domentity.html - [similar]
PHP 変数を SQL 文のパラメータにバインドする 0
« db2_autocommit db2_client_info » PHP Manual IBM DB2 関数 PHP 変数を SQL 文のパラメータにバインドする db2_bind_param (PECL ibm_db2 >= 1.0.0) db2_bind_param — PHP 変数を SQL 文のパラメータにバインドする 説明 db2_bind_param ( resource $stmt , int $parameter_number , string $variable_name ...
https://man.plustar.jp/php/function.db2-bind-param.html - [similar]
declare 0
« match return » PHP Manual 制御構造 declare declare (PHP 4, PHP 5, PHP 7, PHP 8) declare 文は、あるコードブロックの中に 実行ディレクティブをセットするために使用します。 declare の文法は他の制御構造と似ています。 declare (ディレクティブ) 文 ディレクティブ の箇所で、セットされた declare ブ ...
https://man.plustar.jp/php/control-structures.declare.html - [similar]
外部エンティティリファレンスハンドラを設定する 0
« xml_set_end_namespace_decl_handler xml_set_notation_decl_handler » PHP Manual XML パーサ 関数 外部エンティティリファレンスハンドラを設定する xml_set_external_entity_ref_handler (PHP 4, PHP 5, PHP 7, PHP 8) xml_set_external_entity_ref_handler — 外部エンティティリファレンスハンドラを設定 ...
https://man.plustar.jp/php/function.xml-set-external-entity-ref-handler.html - [similar]
列挙型とメソッド 0
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソッド 列挙型とメソッド 列挙型では、(Pure Enum と Backed Enum ともに) メソッドを含めることもできますし、 インターフェイスを実装することもできます。 列挙型がインターフェイスを実装する場合、 その ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]