Results of 1 - 10 of about 13 for systemId (0.003 sec.)
- DTD タグ全体を書き込む 13249
- « XMLWriter::writeComment XMLWriter::writeDtdAttlist » PHP Manual XMLWriter DTD タグ全体を書き込
...
ring $name , ? string $publicId = null , ? string $systemId = null , ? string $content = null ): bool 手続き型 ...
ring $name , ? string $publicId = null , ? string $systemId = null , ? string $content = null ): bool DTD 全体 ...
ame DTD 名。 publicId 外部サブセットの公開識別子。 systemId 外部サブセットのシステム識別子。 content DTD の内容 ...
タグ , string , xmlwriter , インスタンス , content , systemId , writer , publicId , writeDtd ...
-
https://man.plustar.jp/php/xmlwriter.writedtd.html
- [similar]
- DTD の開始タグを作成する 10874
- « XMLWriter::startDocument XMLWriter::startDtdAttlist » PHP Manual XMLWriter DTD の開始タグを作成
...
lifiedName , ? string $publicId = null , ? string $systemId = null ): bool 手続き型 xmlwriter_start_dtd ( XMLW ...
lifiedName , ? string $publicId = null , ? string $systemId = null ): bool DTD を開始します。 パラメータ write ...
ト型の修飾名。 publicId 外部サブセットの公開識別子。 systemId 外部サブセットのシステム識別子。 戻り値 成功した場 ...
-
https://man.plustar.jp/php/xmlwriter.startdtd.html
- [similar]
- DTD エンティティタグ全体を書き込む 10662
- « XMLWriter::writeDtdElement XMLWriter::writeElement » PHP Manual XMLWriter DTD エンティティタグ
...
am = false , ? string $publicId = null , ? string $systemId = null , ? string $notationData = null ): bool 手続 ...
am = false , ? string $publicId = null , ? string $systemId = null , ? string $notationData = null ): bool DTD ...
は、リソースが期待されていました。 8.0.0 publicId , systemId , notationData は、nullable になりました。 参考 XM ...
-
https://man.plustar.jp/php/xmlwriter.writedtdentity.html
- [similar]
- XML 外部エンティティの例 9378
- « XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ
...
RefHandler ( $parser , $openEntityNames , $base , $systemId , $publicId ) { if ( $systemId ) { if (!list( $par ...
ser , $fp ) = new_xml_parser ( $systemId )) { printf ( "エンティティ %s (%s にある) をオープ ...
ンできませんでした\n" , $openEntityNames , $systemId ); return false ; } while ( $data = fread ( $fp , ...
-
https://man.plustar.jp/php/example.xml-external-entity.html
- [similar]
- DOMNotation クラス 8727
- « DOMNodelist::item DOMParentNode » PHP Manual DOM DOMNotation クラス DOMNotation クラス (PHP 5,
...
donly string $ publicId ; public readonly string $ systemId ; /* 継承したプロパティ */ public readonly string ...
de $child ): DOMNode | false } プロパティ publicId systemId 関連キーワード: public , DOMNode , string , readon ...
-
https://man.plustar.jp/php/class.domnotation.html
- [similar]
- XMLWriter クラス 8498
- « オブジェクト指向 API の使用 XMLWriter::endAttribute » PHP Manual XMLWriter XMLWriter クラス XM
...
lifiedName , ? string $publicId = null , ? string $systemId = null ): bool public startDtdAttlist ( string $na ...
ring $name , ? string $publicId = null , ? string $systemId = null , ? string $content = null ): bool public w ...
am = false , ? string $publicId = null , ? string $systemId = null , ? string $notationData = null ): bool pub ...
-
https://man.plustar.jp/php/class.xmlwriter.html
- [similar]
- DOMDocumentType クラス 8076
- « DOMDocumentFragment::__construct DOMElement » PHP Manual DOM DOMDocumentType クラス DOMDocumen
...
donly string $ publicId ; public readonly string $ systemId ; public readonly string $ name ; public readonly ...
se } プロパティ publicId 外部サブセットの公開 ID。 systemId 外部サブセットのシステム ID。完全 URI である場合と ...
-
https://man.plustar.jp/php/class.domdocumenttype.html
- [similar]
- 空の DOMDocumentType オブジェクトを作成する 7865
- « DOMImplementation::createDocument DOMImplementation::hasFeature » PHP Manual DOMImplementation
...
g $qualifiedName , string $publicId = "" , string $systemId = "" ): DOMDocumentType | false 空の DOMDocumentTy ...
ント型の修飾名。 publicId 外部サブセットの公開 ID。 systemId 外部サブセットのシステム ID。 戻り値 ownerDocument ...
-
https://man.plustar.jp/php/domimplementation.createdocumenttype.html
- [similar]
- 表記法宣言ハンドラを設定する 7865
- « xml_set_external_entity_ref_handler xml_set_object » PHP Manual XML パーサ 関数 表記法宣言ハン
...
!NOTATION <parameter>name</parameter> { <parameter>systemId</parameter> | <parameter>publicId</parameter>?> 表 ...
法の 名前 です。 base 外部エンティティのシステムID( systemId )を 取得する際の基本となります。現在、このパラメー ...
-
https://man.plustar.jp/php/function.xml-set-notation-decl-handler.html
- [similar]
- 処理されないエンティティ宣言用ハンドラを設定する 7636
- « xml_set_start_namespace_decl_handler XmlParser » PHP Manual XML パーサ 関数 処理されないエンテ
...
ter> {<parameter>publicId</parameter> | <parameter>systemId</parameter>} NDATA <parameter>notationName</parame ...
ティティの名前。 base 外部エンティティのシステム ID( systemId ) を取得する際の基本となります。現在、このパラメー ...
-
https://man.plustar.jp/php/function.xml-set-unparsed-entity-decl-handler.html
- [similar]