mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
cosmetic fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281867 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4311c96437
commit
62616e70d4
1 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry xml:id='domprocessinginstruction.construct' xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>DOMProcessingInstruction::__construct</refname>
|
||||
<refpurpose>
|
||||
Creates a new DOMProcessingInstruction object
|
||||
Creates a new <classname>DOMProcessingInstruction</classname> object
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
|
@ -18,8 +18,9 @@
|
|||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Creates a new <classname>DOMProcessingInstruction</classname> object. This object is read only.
|
||||
It may be appended to a document, but additional nodes may not be appended to this node until
|
||||
Creates a new <classname>DOMProcessingInstruction</classname> object.
|
||||
This object is read only. It may be appended to a document, but
|
||||
additional nodes may not be appended to this node until
|
||||
the node is associated with a document. To create a writeable node, use
|
||||
<xref linkend="domdocument.createprocessinginstruction" />.
|
||||
</para>
|
||||
|
@ -51,7 +52,7 @@
|
|||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>Creating a new DOMProcessingInstruction</title>
|
||||
<title>Creating a new <classname>DOMProcessingInstruction</classname> object</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue