mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62808 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fde01cd82a
commit
2d6260d093
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.74 $ -->
|
||||
<!-- $Revision: 1.75 $ -->
|
||||
<reference id="ref.mysql">
|
||||
<title>MySQL Functions</title>
|
||||
<titleabbrev>MySQL</titleabbrev>
|
||||
|
@ -1950,7 +1950,7 @@ $result = mysql_query ("SELECT my_col FROM my_tbl")
|
|||
<function>mysql_result</function> returns the contents of one
|
||||
cell from a MySQL result set. The field argument can be the
|
||||
field's offset, or the field's name, or the field's table dot
|
||||
field's name (tabledname.fieldname). If the column name has been
|
||||
field name (tablename.fieldname). If the column name has been
|
||||
aliased ('select foo as bar from...'), use the alias instead of
|
||||
the column name.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue