Change method to property (bug #43441)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247259 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Felipe Pena 2007-11-28 21:01:09 +00:00
parent cc36996de9
commit 95a495b72b

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.16 $ -->
<!-- $Revision: 1.17 $ -->
<refentry xml:id="function.mysqli-field-count" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_field_count</refname>
<refname>mysqli->field_count()</refname>
<refname>mysqli->field_count</refname>
<refpurpose>Returns the number of columns for the most recent query</refpurpose>
</refnamediv>
@ -17,10 +17,7 @@
<para>Object oriented style (method):</para>
<classsynopsis>
<ooclass><classname>mysqli_result</classname></ooclass>
<methodsynopsis>
<type>int</type><methodname>field_count</methodname>
<void />
</methodsynopsis>
<fieldsynopsis><type>int</type><varname>field_count</varname></fieldsynopsis>
</classsynopsis>
<para>
Returns the number of columns for the most recent query on the connection