PHP 8.5.0 Beta 1 available for testing

Voting

: max(three, six)?
(Example: nine)

The Note You're Voting On

Damien Bezborodov
14 years ago
If your expression returns a node set, you will get a DOMNodeList instead of a typed result. Instead, try modifying your expression from "//node[1]" to "string(//node[1])".

<< Back to user notes page

To Top