Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
Computer Subject
1.1K+ articles
PHP-DOM
110+ posts
Recent Articles
Popular Articles
PHP | DOMNode insertBefore() Function
Last Updated: 05 March 2020
The DOMNode::insertBefore() function is an inbuilt function in PHP which is used to insert a new node before a certain another node.Syntax:DOMNode DOMNode::insertBefore( D...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
PHP | DOMNode isSameNode() Function
Last Updated: 05 March 2020
The DOMNode::isSameNode() function is an inbuilt function in PHP which indicates if two nodes are the same node or not.Syntax:bool DOMNode::isSameNode( DOMNode $node )Para...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
PHP | DOMNode replaceChild() Function
Last Updated: 17 March 2020
The DOMNode::replaceChild() function is an inbuilt function in PHP which is used replace the old child node with the passed new node. Further, if the new node is already a...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
PHP | DOMNodeList count() Function
Last Updated: 17 March 2020
The DOMNodeList::count() function is an inbuilt function in PHP which is used to get the number of nodes in the list.Syntax:int DOMNodeList::count( void )Parameters: This ...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
PHP | DOMNodeList item() Function
Last Updated: 17 March 2020
The DOMNodeList::item() function is an inbuilt function in PHP which is used to retrieve a node specified by index.Syntax:DOMNode DOMNodeList::item( int $index )Parameters...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
PHP | DOMProcessingInstruction __construct() Function
Last Updated: 12 December 2021
The DOMProcessingInstruction::__construct() function is an inbuilt function in PHP which is used a new read-only DOMProcessingInstruction object. To create a writable node...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
PHP | DOMText __construct() Function
Last Updated: 13 March 2020
The DOMText::__construct() function is an inbuilt function in PHP which is used to create a new DOMText object.Syntax:public DOMText::__construct( string $value )Parameter...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
PHP | DOMText isElementContentWhitespace() Function
Last Updated: 13 March 2020
The DOMText::isElementContentWhitespace() function is an inbuilt function in PHP which is used to check whether this text node contains whitespace in element content or no...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
PHP | DOMText isWhitespaceInElementContent() Function
Last Updated: 17 March 2020
The DOMText::isWhitespaceInElementContent() function is an inbuilt function in PHP which is used to indicate whether this text node contains whitespace or not. In simple w...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
PHP | DOMText splitText() Function
Last Updated: 13 March 2020
The DOMText::splitText() function is an inbuilt function in PHP which is used to break a node into two nodes at the specified offset.Syntax:DOMText DOMText::splitText( int...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
PHP | DOMXPath evaluate() Function
Last Updated: 13 July 2021
The DOMXPath::evaluate() function is an inbuilt function in PHP which is used to execute the given XPath expression which is a pattern defined to select a set of nodes.Syn...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
PHP | DOMXPath __construct() Function
Last Updated: 17 March 2020
The DOMXPath::__construct() function is an inbuilt function in PHP which is used to create an instance of DOMXPath.Syntax:bool DOMXPath::__construct( DOMDocument $doc )Par...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
PHP | DOMXPath query() Function
Last Updated: 13 March 2020
The DOMXPath::query() function is an inbuilt function in PHP which is used to evaluate the given XPath expression.Syntax:DOMNodeList DOMXPath::query( string $expression, ...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
PHP | DOMXPath registerNamespace() Function
Last Updated: 26 March 2020
The DOMXPath::registerNamespace() function is an inbuilt function in PHP which is used to register the namespaceURI and prefix with the DOMXPath object.Syntax:bool DOMXPat...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
PHP DOM Functions Complete Reference
Last Updated: 12 March 2021
PHP DOM extension is used to operate on XML documents using DOM API. The DOM extension uses UTF-8 encoding.The Complete list of PHP DOM Functions are listed below:DOMAttrP...
read more
Web Technologies
PHP
PHP-function
PHP-DOM
1
2
3
4
5
6
7
8
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !