<?php $doc = new DomDocument(,'1.0') \\ we wan nice output $doc ->format output = true; $root = $doc - | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 1

<?php $doc = new DomDocument(,'1.0') \\ we wan nice output $doc ->format output = true; $root = $doc -

What the wrong this program

20th Feb 2017, 9:04 AM
donni wahyudi
donni wahyudi - avatar
1 Respuesta
+ 1
The coma behind '1.0' and the semi-colon after the same line
9th Apr 2017, 10:18 PM
Nitoxym
Nitoxym - avatar