検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 207 for [SIMILAR] 16 1024 4096 WITH 16917 reflectionclas... (0.284 sec.)
クラスが定義済みかどうかを確認する 0
« class_alias enum_exists » PHP Manual クラス/オブジェクト関数 クラスが定義済みかどうかを確認する class_exists (PHP 4, PHP 5, PHP 7, PHP 8) class_exists — クラスが定義済みかどうかを確認する 説明 class_exists ( string $class , bool $autoload = true ): bool この関数は指定したクラスが定義さ ...
https://man.plustar.jp/php/function.class-exists.html - [similar]
構文 0
« 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使うことで、定数を宣言することが出来ます。 define() を使えば任意の式を使って定数を定義できますが、 const キーワードを使う場合には、 次の段落で説明する制約があります。 定数が一度定義されると、 変 ...
https://man.plustar.jp/php/language.constants.syntax.html - [similar]
ドキュメントタグを作成する 0
« XMLWriter::startComment XMLWriter::startDtd » PHP Manual XMLWriter ドキュメントタグを作成する XMLWriter::startDocument xmlwriter_start_document (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0) XMLWriter::startDocument -- xmlwriter_start_document — ドキュメントタグを作成する 説明 ...
https://man.plustar.jp/php/xmlwriter.startdocument.html - [similar]
変数がオブジェクトかどうかを検査する 0
« is_numeric is_real » PHP Manual 変数操作 関数 変数がオブジェクトかどうかを検査する is_object (PHP 4, PHP 5, PHP 7, PHP 8) is_object — 変数がオブジェクトかどうかを検査する 説明 is_object ( mixed $value ): bool 与えられた変数がオブジェクトかどうかを調べます。 パラメータ value 評価する変数 ...
https://man.plustar.jp/php/function.is-object.html - [similar]
関数の引数 0
« ユーザー定義関数 戻り値 » PHP Manual 関数 関数の引数 関数の引数 引数のリストにより関数へ情報を渡すことができます。 このリストは、カンマで区切られた式のリストです。 引数の評価は、関数が実際にコールされる前に、 左から右の順番で行われます( 先行 評価)。 PHP は、値渡し(デフォルト)、 リファレ ...
https://man.plustar.jp/php/functions.arguments.html - [similar]
戻り値 0
« 関数の引数 可変関数 » PHP Manual 関数 戻り値 戻り値 オプションの return 文により値を返すことができます。 配列やオブジェクトを含むあらゆる型を返すことができます。 これにより、関数の実行を任意の箇所で終了し、その関数を呼び出した 箇所に制御を戻すことが出来ます。詳細に関しては return を参照 ...
https://man.plustar.jp/php/functions.returning-values.html - [similar]
DOMDocumentType クラス 0
« DOMDocumentFragment::__construct DOMElement » PHP Manual DOM DOMDocumentType クラス DOMDocumentType クラス (PHP 5, PHP 7, PHP 8) はじめに 各 DOMDocument は doctype 属性を保持しており、その値は null あるいは DOMDocumentType オブジェクトです。 クラス概要 class DOMDocumentType extends DOM ...
https://man.plustar.jp/php/class.domdocumenttype.html - [similar]
定義済のクラスの名前を配列として返す 0
« get_class get_declared_interfaces » PHP Manual クラス/オブジェクト関数 定義済のクラスの名前を配列として返す get_declared_classes (PHP 4, PHP 5, PHP 7, PHP 8) get_declared_classes — 定義済のクラスの名前を配列として返す 説明 get_declared_classes (): array 定義済のクラスの名前を配列として ...
https://man.plustar.jp/php/function.get-declared-classes.html - [similar]
デフォルトのハンドラを設定する 0
« xml_set_character_data_handler xml_set_element_handler » PHP Manual XML パーサ 関数 デフォルトのハンドラを設定する xml_set_default_handler (PHP 4, PHP 5, PHP 7, PHP 8) xml_set_default_handler — デフォルトのハンドラを設定する 説明 xml_set_default_handler ( XMLParser $parser , callable $ ...
https://man.plustar.jp/php/function.xml-set-default-handler.html - [similar]
コードの事前ロード 0
« リソース型 OPcache 関数 » PHP Manual OPcache コードの事前ロード コードの事前ロード PHP 7.4.0 以降では、エンジンの起動時に opcache に事前ロードするスクリプトを指定できるようになりました。 指定されたファイルに存在するあらゆる 関数、クラス、 インターフェイス や トレイト (定数は除く) は、 ...
https://man.plustar.jp/php/opcache.preloading.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT