mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
b5ac5167f8
commit
2fe26a8a04
1 changed files with 7 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue