mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
link to DOM,
see also git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167585 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
85a167e8bd
commit
5c4698d83a
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id='function.simplexml-import-dom'>
|
||||
<refnamediv>
|
||||
<refname>simplexml_import_dom</refname>
|
||||
|
@ -17,7 +17,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<!-- same with this link -->
|
||||
This function takes a node of a <link linkend="ref.domxml">DOM</link>
|
||||
This function takes a node of a <link linkend="ref.dom">DOM</link>
|
||||
document and makes it into a SimpleXML node. This new object can
|
||||
then be used as a native SimpleXML element. If any errors occur,
|
||||
it returns &false;.
|
||||
|
@ -43,6 +43,10 @@ echo $s->book[0]->title; // blah
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
See also
|
||||
<function>dom-import-simplexml</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue