<?php $doc = new DomDocument(,'1.0') \\ we wan nice output $doc ->format output = true; $root = $doc - | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 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 Resposta
+ 1
The coma behind '1.0' and the semi-colon after the same line
9th Apr 2017, 10:18 PM
Nitoxym
Nitoxym - avatar