PHP 8.5.0 Beta 1 available for testing

Voting

: max(zero, two)?
(Example: nine)

The Note You're Voting On

karsten dot bruch at bms-verlage dot de
18 years ago
When creating a new XML document and adding text with umlauts and such

<?php $SimpleXMLElement->asXML(); ?>

will silently NOT output any content with umlauts.

Use htmlentities () while adding Umlauts & co to solve the "problem"

<< Back to user notes page

To Top