mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280173 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b14607c872
commit
25f6bb6821
5 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xml:id="tidynode.getparent" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>tidyNode::getParent</refname>
|
||||
|
@ -21,7 +21,7 @@
|
|||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>Example with <function>tidyNode::hasChildren</function></title>
|
||||
<title><function>tidyNode::hasChildren</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xml:id="tidynode.haschildren" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>tidyNode::hasChildren</refname>
|
||||
|
@ -27,7 +27,7 @@
|
|||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>Example with <function>tidyNode::hasChildren</function></title>
|
||||
<title><function>tidyNode::hasChildren</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xml:id="tidynode.hassiblings" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>tidyNode::hasSiblings</refname>
|
||||
|
@ -27,7 +27,7 @@
|
|||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>Example with <function>tidyNode::hasSiblings</function></title>
|
||||
<title><function>tidyNode::hasSiblings</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xml:id="tidynode.isasp" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>tidyNode::isAsp</refname>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>tidyNode->isAsp</methodname>
|
||||
<type>bool</type><methodname>tidyNode::isAsp</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xml:id="tidynode.isjste" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>tidyNode::isJste</refname>
|
||||
|
@ -105,7 +105,7 @@ var_dump($tidy->html()->child[0]->child[0]->hasChildren());
|
|||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
This function was named <function>tidy_node->is_jste</function> in
|
||||
This function was named <function>tidy_node::is_jste</function> in
|
||||
PHP 4/Tidy 1.
|
||||
</para>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue