mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Solucionado errores.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297518 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ea7746ad91
commit
cc8075bc25
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
|||
<![CDATA[
|
||||
<?php
|
||||
|
||||
$dom = new DOMDocument('1.0', 'iso-8859-1');
|
||||
$dom = new DOMDocument('1.0', 'utf-8');
|
||||
|
||||
$element = $dom->createElement('test', 'This is the root element!');
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
<![CDATA[
|
||||
<?php
|
||||
|
||||
$dom = new DOMDocument('1.0', 'iso-8859-1');
|
||||
$dom = new DOMDocument('1.0', 'utf-8');
|
||||
|
||||
$element = $dom->createElementNS('http://www.example.com/XFoo', 'xfoo:test', 'This is the root element!');
|
||||
|
||||
|
|
Loading…
Reference in a new issue