DOMNotation
DOMProcessingInstruction::__construct
DOM
PHP Manual
DOMProcessingInstruction sınıfı
Sınıf Sözdizimi
DOMProcessingInstruction
extends
DOMNode
{
/* Özellikler */
readonly
public
string
$target
;
public
string
$data
;
/* Yöntemler */
DOMProcessingInstruction::__construct
(
string
$name
[,
string
$value
] )
/* Miras alınan yöntemler */
DOMNode
DOMNode::appendChild
(
DOMNode
$yeni
)
DOMNode
DOMNode::cloneNode
([
bool
$torunlar_dahil
=
TRUE
] )
public
int
DOMNode::getLineNo
(
void
)
bool
DOMNode::hasAttributes
(
void
)
bool
DOMNode::hasChildNodes
(
void
)
DOMNode
DOMNode::insertBefore
(
DOMNode
$yeni
[,
DOMNode
$mevcut
] )
bool
DOMNode::isDefaultNamespace
(
string
$uri
)
bool
DOMNode::isSameNode
(
DOMNode
$düğüm
)
bool
DOMNode::isSupported
(
string
$özellik
,
string
$sürüm
)
string
DOMNode::lookupNamespaceURI
(
string
$önek
)
string
DOMNode::lookupPrefix
(
string
$uri
)
void
DOMNode::normalize
(
void
)
DOMNode
DOMNode::removeChild
(
DOMNode
$eski
)
DOMNode
DOMNode::replaceChild
(
DOMNode
$yeni
,
DOMNode
$eski
)
}
Özellikler
target
Hedef.
data
Veri.
İçindekiler
DOMProcessingInstruction::__construct
— Yeni bir DOMProcessingInstruction nesnesi oluşturur
DOMNotation
DOMProcessingInstruction::__construct
DOM
PHP Manual