Denote class in synopsis

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286398 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2009-07-27 10:30:58 +00:00
parent cf97ad340e
commit 644fbe03f5
6 changed files with 7 additions and 7 deletions

View file

@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method):</para>
<methodsynopsis>
<type>mysqli</type><methodname>init</methodname>
<type>mysqli</type><methodname>mysqli::init</methodname>
<void/>
</methodsynopsis>
<para>Procedural style:</para>

View file

@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method)</para>
<methodsynopsis>
<type>mysqli_stmt</type><methodname>prepare</methodname>
<type>mysqli_stmt</type><methodname>mysqli::prepare</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
<para>Procedure style:</para>

View file

@ -14,8 +14,8 @@
<type>string</type><methodname>mysqli::escape_string</methodname>
<methodparam><type>string</type><parameter>escapestr</parameter></methodparam>
</methodsynopsis>
<methodsynopsis>
<type>string</type><methodname>real_escape_string</methodname>
<methodsynopsis>
<type>string</type><methodname>mysqli::real_escape_string</methodname>
<methodparam><type>string</type><parameter>escapestr</parameter></methodparam>
</methodsynopsis>
<para>Procedural style:</para>

View file

@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method):</para>
<methodsynopsis>
<type>bool</type><methodname>real_query</methodname>
<type>bool</type><methodname>mysqli::real_query</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
<para>Procedural style</para>

View file

@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method):</para>
<methodsynopsis>
<type>mysqli_result</type><methodname>store_result</methodname>
<type>mysqli_result</type><methodname>mysqli::store_result</methodname>
<void />
</methodsynopsis>
<para>Procedural style:</para>

View file

@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method):</para>
<methodsynopsis>
<type>mysqli_result</type><methodname>use_result</methodname>
<type>mysqli_result</type><methodname>mysqli::use_result</methodname>
<void />
</methodsynopsis>
<para>Procedural style:</para>