検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 260 for [SIMILAR] 16 1024 4096 WITH 30734 getnamespacena... (0.564 sec.)
ID 型の属性をノードで宣言する 0
« DOMElement::setIdAttribute DOMElement::setIdAttributeNS » PHP Manual DOMElement ID 型の属性をノードで宣言する DOMElement::setIdAttributeNode (PHP 5, PHP 7, PHP 8) DOMElement::setIdAttributeNode — ID 型の属性をノードで宣言する 説明 public DOMElement::setIdAttributeNode ( DOMAttr $attr , ...
https://man.plustar.jp/php/domelement.setidattributenode.html - [similar]
定義済み定数 0
« リソース型 xattr 関数 » PHP Manual xattr 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 XATTR_ROOT ( int ) root (信頼された) 名前空間に属性を設定します。 roo ...
https://man.plustar.jp/php/xattr.constants.html - [similar]
パラメータの値を取得する 0
« XSLTProcessor::__construct XSLTProcessor::getSecurityPrefs » PHP Manual XSLTProcessor パラメータの値を取得する XSLTProcessor::getParameter (PHP 5, PHP 7, PHP 8) XSLTProcessor::getParameter — パラメータの値を取得する 説明 public XSLTProcessor::getParameter ( string $namespace , string $ ...
https://man.plustar.jp/php/xsltprocessor.getparameter.html - [similar]
パラメータを削除する 0
« XSLTProcessor::registerPHPFunctions XSLTProcessor::setParameter » PHP Manual XSLTProcessor パラメータを削除する XSLTProcessor::removeParameter (PHP 5, PHP 7, PHP 8) XSLTProcessor::removeParameter — パラメータを削除する 説明 public XSLTProcessor::removeParameter ( string $namespace , st ...
https://man.plustar.jp/php/xsltprocessor.removeparameter.html - [similar]
DOMNamedNodeMap クラス 0
« DOMImplementation::hasFeature DOMNamedNodeMap::count » PHP Manual DOM DOMNamedNodeMap クラス DOMNamedNodeMap クラス (PHP 5, PHP 7, PHP 8) クラス概要 class DOMNamedNodeMap implements IteratorAggregate , Countable { /* プロパティ */ public readonly int $ length ; /* メソッド */ public co ...
https://man.plustar.jp/php/class.domnamednodemap.html - [similar]
Yaf_Loader クラス 0
« Yaf_View_Simple::setScriptPath Yaf_Loader::autoload » PHP Manual Yaf Yaf_Loader クラス Yaf_Loader クラス (Yaf >=1.0.0) はじめに Yaf_Loader は、 Yaf 用に包括的なオートローディング機能を導入します。 最初に Yaf_Application のインスタンスを取得するときに、 Yaf_Loader はシングルトンのインス ...
https://man.plustar.jp/php/class.yaf-loader.html - [similar]
SoapHeader コンストラクタ 0
« SoapHeader SoapParam » PHP Manual SoapHeader SoapHeader コンストラクタ SoapHeader::__construct (PHP 5, PHP 7, PHP 8) SoapHeader::__construct — SoapHeader コンストラクタ 説明 SoapHeader::__construct ( string $namespace , string $name , mixed $data = ? , bool $mustunderstand = ? , string ...
https://man.plustar.jp/php/soapheader.construct.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]
XML パーサを作成する 0
« xml_parser_create_ns xml_parser_free » PHP Manual XML パーサ 関数 XML パーサを作成する xml_parser_create (PHP 4, PHP 5, PHP 7, PHP 8) xml_parser_create — XML パーサを作成する 説明 xml_parser_create ( ? string $encoding = null ): XMLParser xml_parser_create() は新しい XML パーサを作成し ...
https://man.plustar.jp/php/function.xml-parser-create.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]