PHP 8.5.0 Beta 1 available for testing

Voting

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

The Note You're Voting On

Raf-sns
1 year ago
Be carreful with the option "preserveWhiteSpace"

$dom = new DOMDocument;
// false -> this preserve white spaces
// true -> this will put all entries inline
$dom->preserveWhiteSpace = false; // preserve white space !

<< Back to user notes page

To Top