mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
cc36996de9
commit
95a495b72b
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue