<?php $doc = new DomDocument(,'1.0') \\ we wan nice output $doc ->format output = true; $root = $doc - | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 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 ответ
+ 1
The coma behind '1.0' and the semi-colon after the same line
9th Apr 2017, 10:18 PM
Nitoxym
Nitoxym - avatar