ConFoo Montreal 2026: Call for Papers

Voting

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

The Note You're Voting On

sainthyoga2003 at gmail dot com
13 years ago
in the default example:

<?php
$doc
= new DOMDocument();
$doc->load('book.xml');
echo
$doc->saveXML();
?>

you must enter the absolute path for book.xml due for get a false result in load function.

<< Back to user notes page

To Top