mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
adding is_Php and removing non-exixting func
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155721 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
400419684f
commit
b9aed71dd9
1 changed files with 11 additions and 5 deletions
|
@ -1,21 +1,27 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.tidy-node-is-jsp">
|
||||
<refentry id="function.tidy-node-isPhp">
|
||||
<refnamediv>
|
||||
<refname>tidy_node->is_jsp</refname>
|
||||
<refname>tidy_node->isPhp</refname>
|
||||
<refpurpose>
|
||||
Returns true if this node is JSP
|
||||
Returns true if this node is PHP
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>tidy_node->is_jsp</methodname>
|
||||
<type>bool</type><methodname>tidy_node->isPhp</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This functions was named <function>tidy_node->is_php</function> in
|
||||
PHP4/Tidy 1.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
Loading…
Reference in a new issue