★ wanayoo — archive 1999 http://www.php.net/manual/function.mssql-fetch-row.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to MS SQL Server
Quick Reference
German version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
MS SQL Server
* mssql_close
* mssql_connect
* mssql_data_seek
* mssql_fetch_array
* mssql_fetch_field
* mssql_fetch_object
* mssql_fetch_row
* mssql_field_length
* mssql_field_name
* mssql_field_seek
* mssql_field_type
* mssql_free_result
* mssql_get_last_message
* mssql_min_error_severity
* mssql_min_message_severity
* mssql_num_fields
* mssql_num_rows
* mssql_pconnect
* mssql_query
* mssql_result
* mssql_select_db
Manual: mssql_fetch_row
View the source code for this pageSearch the site



Previous page
 mssql_fetch_object
 Updated
Sat, 12 Aug 2000
mssql_field_length 
Next page


mssql_fetch_row

(PHP3 , PHP4 )

mssql_fetch_row -- Get row as enumerated array

Description

array mssql_fetch_row (int result)

Returns: An array that corresponds to the fetched row, or false if there are no more rows.

Mssql_fetch_row() fetches one row of data from the result associated with the specified result identifier. The row is returned as an array. Each result column is stored in an array offset, starting at offset 0.

Subsequent call to mssql_fetch_rows() would return the next row in the result set, or false if there are no more rows.

See also: mssql_fetch_array(), mssql_fetch_object(), mssql_data_seek(), mssql_fetch_lengths(), and mssql_result().


 About Notes


Previous page
 mssql_fetch_object
 Updated
Sat, 12 Aug 2000
mssql_field_length 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.