Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: min(seven, one)?
(Example: nine)

The Note You're Voting On

padys at tlen dot pl
20 years ago
When you save whole document:
DOMDocument->saveXML() produces string in encoding defined in property DOMDocument->encoding.

When you save only one node:
DOMDocument->saveXML(DOMNode) produces always string in UTF-8.

<< Back to user notes page

To Top