Had field and table in wrong in order in desc. of sybase_result.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27662 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joey Smith 2000-07-04 04:19:16 +00:00
parent 1785b2da42
commit 3334d9c4bb

View file

@ -472,7 +472,7 @@
sybase_result() returns the contents of one cell from a Sybase
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
(fieldname.tablename). If the column name has been aliased
(tablename.fieldname). If the column name has been aliased
('select foo as bar from...'), use the alias instead of the
column name.
</para>