PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<DOMNode->lookupNamespaceURI()DOMNode->normalize()>
Last updated: Sat, 20 Oct 2007

DOMNode->lookupPrefix()

(no version information, might be only in CVS)

DOMNode->lookupPrefix() --  Gets the namespace prefix of the node based on the namespace URI

说明

class DOMNode {

string lookupPrefix ( string namespaceURI )

}

Gets the namespace prefix of the node based on the namespace URI.

参数

namespaceURI

The namespace URI.

返回值

The prefix of the namespace.




<DOMNode->lookupNamespaceURI()DOMNode->normalize()>
 Last updated: Sat, 20 Oct 2007
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST