PHP 8.5.0 Beta 1 available for testing

Voting

: max(four, five)?
(Example: nine)

The Note You're Voting On

Pinochet
16 years ago
Hi to get the value of DOMElement just get the nodeValue public parameter (it is inherited from DOMNode):
<?php
echo $domElement->nodeValue;
?>
Everything is obvious if you now about this thing ;-)

<< Back to user notes page

To Top