検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 970 for [SIMILAR] 16 1024 4096 WITH 25308 前空 WITH 2230... (0.728 sec.)
パーサトークンの一覧 0
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトークンの一覧 PHP 言語の種々の部分は、内部的に トークン で表現されています。 不正なトークンのシーケンスが含まれるコードスニペットの場合、 Parse error: syntax error, unexpected token "==", expect ...
https://man.plustar.jp/php/tokens.html - [similar]
リフレクション 0
« unregister_tick_function はじめに » PHP Manual 変数・データ型関連 リフレクション リフレクション はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 拡張 Reflection — Reflection クラス Reflection::export — エクスポートする Reflection::getModifierNames ...
https://man.plustar.jp/php/book.reflection.html - [similar]
変更履歴 0
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありました。 Version Function Description PECL OCI8 3.2 oci_set_prefetch_lob PECL OCI8 1.4 oci_set_prefetch これより前のバージョンでは、rows は 1 以上でなければなりませんでした。 PECL OCI8 1.3.4 oci_ ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
属性を削除する 0
« DOMElement::removeAttributeNode DOMElement::setAttribute » PHP Manual DOMElement 属性を削除する DOMElement::removeAttributeNS (PHP 5, PHP 7, PHP 8) DOMElement::removeAttributeNS — 属性を削除する 説明 public DOMElement::removeAttributeNS ( ? string $namespace , string $localName ): void ...
https://man.plustar.jp/php/domelement.removeattributens.html - [similar]
属性が存在するかどうかを調べる 0
« DOMElement::hasAttribute DOMElement::removeAttribute » PHP Manual DOMElement 属性が存在するかどうかを調べる DOMElement::hasAttributeNS (PHP 5, PHP 7, PHP 8) DOMElement::hasAttributeNS — 属性が存在するかどうかを調べる 説明 public DOMElement::hasAttributeNS ( ? string $namespace , string ...
https://man.plustar.jp/php/domelement.hasattributens.html - [similar]
下位互換性のない変更点 0
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア 文字列と数値の比較 (厳密でないやり方で)数値と非数値文字列を比較する場合、 数値を文字列にキャストし、文字列と比較するようになりました。 数値と数値形式の文字列 ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
オブジェクトのクラス名を返す 0
« get_class_vars get_declared_classes » PHP Manual クラス/オブジェクト関数 オブジェクトのクラス名を返す get_class (PHP 4, PHP 5, PHP 7, PHP 8) get_class — オブジェクトのクラス名を返す 説明 get_class ( object $object = ? ): string 指定した object のクラス名を取得します。 パラメータ object ...
https://man.plustar.jp/php/function.get-class.html - [similar]
変更履歴 0
« 共変性と反変性 名前空間 » PHP Manual クラスとオブジェクト 変更履歴 変更履歴 PHP の OOP モデルの変更履歴をここに記録します。 個々の機能の説明や注意点については、クラスとオブジェクトに関するドキュメントを参照ください。 バージョン 説明 8.1.0 追加: クラスの定数に対して、 final が指定できる ...
https://man.plustar.jp/php/language.oop5.changelog.html - [similar]
新しい DOMElement オブジェクトを作成する 0
« DOMElement DOMElement::getAttribute » PHP Manual DOMElement 新しい DOMElement オブジェクトを作成する DOMElement::__construct (PHP 5, PHP 7, PHP 8) DOMElement::__construct — 新しい DOMElement オブジェクトを作成する 説明 public DOMElement::__construct ( string $qualifiedName , ? string $ ...
https://man.plustar.jp/php/domelement.construct.html - [similar]
属性ノードを返す 0
« DOMElement::getAttribute DOMElement::getAttributeNodeNS » PHP Manual DOMElement 属性ノードを返す DOMElement::getAttributeNode (PHP 5, PHP 7, PHP 8) DOMElement::getAttributeNode — 属性ノードを返す 説明 public DOMElement::getAttributeNode ( string $qualifiedName ): DOMAttr | DOMNameSpace ...
https://man.plustar.jp/php/domelement.getattributenode.html - [similar]