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

search for in the

DomDocumentType->system_id> <DomDocumentType->notations
Last updated: Fri, 18 Jul 2008

view this page in

DomDocumentType->public_id

(No version information available, might be only in CVS)

DomDocumentType->public_id — Restituisce l'identificatore pubblico del tipo documento

Descrizione

string DomDocumentType->public_id ( void )

Questa funzione restituisce l'identificatore pubblico del tipo documento.

Il seguente esempio non visualizza niente.

Example #1 Recupera l'identificativo pubblico

<?php
include("example.inc");

if (!
$dom domxml_open_mem($xmlstr)) {
  echo 
"Error while parsing the document\n";
  exit;
}

$doctype $dom->doctype();
echo 
$doctype->public_id();
?>



add a note add a note User Contributed Notes
DomDocumentType->public_id
There are no user contributed notes for this page.

DomDocumentType->system_id> <DomDocumentType->notations
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites