XMLWriter sınıfı
(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
Sınıf Sözdizimi
class XMLWriter
{
public
flush(
bool $empty
= true
):
string|int
public
startDocument(
?string $version
= "1.0",
?string $encoding
= null
,
?string $standalone
= null
):
bool
public startDtd(
string $kök_eleman
,
?string $publicId
= null
,
?string $systemId
= null
):
bool
public startElementNs(
?string $önek
,
string $isim
,
?string $uri
):
bool
public
startPi(
string $hedef
):
bool
public text(
string $içerik
):
bool
public writeAttributeNs(
?string $önek
,
string $isim
,
?string $uri
,
string $değer
):
bool
public
writeDtd(
string $isim
,
?string $publicId
= null
,
?string $systemId
= null
,
?string $altküme
= null
):
bool
public
writeDtdEntity(
string $isim
,
string $içerik
,
bool $isParam
= false
,
?string $publicId
= null
,
?string $systemId
= null
,
?string $notationData
= null
):
bool
public
writeElement(
string $etiket
,
?string $içerik
= null
):
bool
public
writeElementNs(
?string $önek
,
string $eleman
,
?string $uri
,
?string $içerik
= null
):
bool
public
writePi(
string $hedef
,
string $içerik
):
bool
}
İçindekiler
There are no user contributed notes for this page.