mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159990 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9dd1988113
commit
fe1b6024f8
1 changed files with 11 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.tidy-get-html-ver">
|
||||
<refnamediv>
|
||||
<refname>tidy_get_html_ver</refname>
|
||||
|
@ -13,9 +13,16 @@
|
|||
<type>int</type><methodname>tidy_get_html_ver</methodname>
|
||||
<methodparam><type>resource</type><parameter>tidy</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
<para>
|
||||
<function>tidy_get_html_ver</function> returns the detected HTML version
|
||||
for the specified <parameter>tidy</parameter> resource.
|
||||
</para>
|
||||
<warning>
|
||||
<para>
|
||||
This function is not yet implemented in the Tidylib itself, so it always
|
||||
return <literal>0</literal>.
|
||||
</para>
|
||||
</warning>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue