minor fixes:

s/attribute/property
	removed link to property table from mysqli-fetch-fields


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154087 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Georg Richter 2004-03-20 07:38:14 +00:00
parent 89c481ecf1
commit e86515f673
2 changed files with 7 additions and 9 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<refentry id="function.mysqli-fetch-field">
<refnamediv>
<refname>mysqli_fetch_field</refname>
@ -37,11 +37,11 @@
</para>
<para>
<table>
<title>Object attributes</title>
<title>Object properties</title>
<tgroup cols='2'>
<thead>
<row>
<entry>Attribute</entry>
<entry>Property</entry>
<entry>Description</entry>
</row>
</thead>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<refentry id="function.mysqli-fetch-fields">
<refnamediv>
<refname>mysqli_fetch_fields</refname>
@ -25,9 +25,7 @@
<para>
This function serves an identical purpose to the <function>mysqli_fetch_field</function>
function with the single difference that, instead of returning one object at a time for
each field, the columns are returned as an array of objects. For a description of the
attributes of each object and their meaning, see the <function>mysqli_fetch_field</function>
function.
each field, the columns are returned as an array of objects.
</para>
</refsect1>
<refsect1>
@ -38,11 +36,11 @@
</para>
<para>
<table>
<title>Object attributes</title>
<title>Object properties</title>
<tgroup cols='2'>
<thead>
<row>
<entry>Attribute</entry>
<entry>Property</entry>
<entry>Description</entry>
</row>
</thead>