mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Removed use of 'above' (as not always relevant in MySQL doc formats).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300509 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
11a52bc507
commit
bdeea4d125
4 changed files with 6 additions and 5 deletions
|
@ -87,7 +87,7 @@
|
|||
</table>
|
||||
</para>
|
||||
<para>
|
||||
For further details and definitions of the above PHP_INI_* constants, see
|
||||
For further details and definitions of the preceding PHP_INI_* constants, see
|
||||
the chapter on <link linkend="configuration.changes">configuration
|
||||
changes</link>.
|
||||
</para>
|
||||
|
|
|
@ -233,8 +233,8 @@ Success... MySQL host info: localhost via TCP/IP
|
|||
OO syntax only: If a connection fails an object is still returned. To check
|
||||
if the connection failed then use either the
|
||||
<function>mysqli_connect_error</function> function or the <link
|
||||
linkend="mysqli.connect-error">mysqli->connect_error</link> property like in
|
||||
the examples above.
|
||||
linkend="mysqli.connect-error">mysqli->connect_error</link> property as in
|
||||
the preceding examples.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Queries which do not fall into one of the above formats are not supported.
|
||||
Queries which do not fall into one of the preceding formats are not supported.
|
||||
In these situations, <function>mysqli_info</function> will return an empty string.
|
||||
</para>
|
||||
</note>
|
||||
|
|
|
@ -831,7 +831,8 @@
|
|||
<entry>Connection</entry>
|
||||
<entry>Total number of columns of a certain type fetched from a prepared
|
||||
statement (MySQL binary protocol).</entry>
|
||||
<entry>For type mapping see <literal>proto_text_*</literal> above.</entry>
|
||||
<entry>For type mapping see <literal>proto_text_*</literal> described
|
||||
in the preceding text.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
Loading…
Reference in a new issue