downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DomDocumentType::notations> <DomDocumentType::internal_subset
Last updated: Fri, 13 Nov 2009

view this page in

DomDocumentType::name

(PHP 4 >= 4.1.0)

DomDocumentType::nameBelge türünün ismini döndürür

Açıklama

string DomDocumentType::name ( void )

Belge türünün ismini döndürür.

Dönen Değerler

Belge türünün ismini bir dizge olarak döndürür.

Örnekler

Örnek 1 - Belge türünün ismini öğrenmek

<?php

include("example.inc");

if (!
$dom domxml_open_mem($xmlstr)) {
    echo 
"Belge çözümlenirken hata oluştu\n";
    exit;
}

$doctype $dom->doctype();
echo 
$doctype->name(); // chapter

?>

PHP 5'e yükseltme

DOMDocumentType nesnesinin name özelliğini kullanın.



add a note add a note User Contributed Notes
DomDocumentType::name
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites