Add a note about aliased names and point users towards mysqli.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325284 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Johannes Schlüter 2012-04-18 11:14:22 +00:00
parent b5ac5167f8
commit 2fe26a8a04

View file

@ -162,6 +162,13 @@ mysql_free_result($result);
<refsect1 role="notes">
&reftitle.notes;
&database.field-case;
<note>
<para>
If field or tablenames are aliased in the SQL query the aliased name will
be returned. The original name can be retrieved for instance by using
<methodname>mysqli_result::fetch_field</methodname>.
</para>
</note>
</refsect1>
<refsect1 role="seealso">