PHP 8.5.0 Beta 1 available for testing

Voting

: zero plus three?
(Example: nine)

The Note You're Voting On

archimedix32783262 at mailinator dot com
10 years ago
Note that evaluate() will use the same encoding as the XML document.

So if you have a UTF-16 XML, you will have to query using UTF-16 strings.

You can use iconv() to convert from your code's encoding to the target encoding for better legibility.

<< Back to user notes page

To Top