fix two other typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154062 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Stefan Walk 2004-03-19 10:11:17 +00:00
parent 374ce3dc15
commit 7e3fff0c04
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<refentry id="function.mysqli-errno">
<refnamediv>
<refname>mysqli_errno</refname>
<refname>mysql->errno</refname>
<refname>mysqli->errno</refname>
<refpurpose>Returns the error code for the most recent function call</refpurpose>
</refnamediv>
<refsect1>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry id="function.mysqli-field-count">
<refnamediv>
<refname>mysqli_field_count</refname>
<refname>mysql->field_count</refname>
<refname>mysqli->field_count</refname>
<refpurpose>Returns the number of columns for the most recent query</refpurpose>
</refnamediv>
<refsect1>