DOMNode::isDefaultNamespace

(PHP 5, PHP 7)

DOMNode::isDefaultNamespaceChecks if the specified namespaceURI is the default namespace or not

说明

public DOMNode::isDefaultNamespace ( string $namespaceURI ) : bool

Tells whether namespaceURI is the default namespace.

参数

namespaceURI

The namespace URI to look for.

返回值

Return TRUE if namespaceURI is the default namespace, FALSE otherwise.

相关文章
php domnode checks if node has attributesphp domnode checks if node has childrenphp domnode checks if the specified namespaceuri is the default namespace or notphp domnode checks if feature is supported for specified versionphp mongocollection creates an index on the specified field s if it does not already existphp mongocollection creates an index on the specified field s if it does not already existphp mongocommandcursor checks if there are results that have not yet been sent from the databasephp mongocommandcursor checks if the cursor is reading a valid resultphp mongocursor checks if there are results that have not yet been sent from the databasephp mongocursor checks if the cursor is reading a valid resultphp mongocursorinterface checks if there are results that have not yet been sent from the databasephp mongodb driver cursor checks if the cursor may have additional resultsphp mongodb driver readconcern checks if this is the default read concernphp mongodb driver server checks if this server is an arbiter member of a replica setphp mongodb driver writeconcern checks if this is the default write concernphp normalizer checks if the provided string is already in the specified normalization formphp pharfileinfo returns crc32 code or throws an exception if crc has not been verifiedphp reflectionclassconstant checks if class constant is privatephp reflectionfunctionabstract checks if the function has a specified return typephp reflectionproperty checks if property is a default property
关注编程学问公众号