★ wanayoo — archive 1999 http://il.php.net/manual/function.mssql-fetch-array.php3Nouvelle recherche | Portail wanayoo

PHP3 Home Page

Manual Table of Contents
Up to MS SQL Server
Quick Reference
MS SQL Server
* mssql_affected_rows
* mssql_close
* mssql_connect
* mssql_data_seek
* mssql_fetch_array
* mssql_fetch_field
* mssql_fetch_object
* mssql_fetch_row
* mssql_field_seek
* mssql_free_result
* mssql_num_fields
* mssql_num_rows
* mssql_pconnect
* mssql_query
* mssql_result
* mssql_select_db
Manual: mssql_fetch_array
View the source code for this pageSearch the site



Previous page
 mssql_data_seek
mssql_fetch_field 
Next page


mssql_fetch_array

mssql_fetch_array -- fetch row as array

Description

int mssql_fetch_array(int result);

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

mssql_fetch_array() is an extended version of mssql_fetch_row(). In addition to storing the data in the numeric indices of the result array, it also stores the data in associative indices, using the field names as keys.

An important thing to note is that using mssql_fetch_array() is NOT significantly slower than using mssql_fetch_row(), while it provides a significant added value.

For further details, also see mssql_fetch_row()


 About Notes


Previous page
 mssql_data_seek
mssql_fetch_field 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
Israel
Some elements of this website are subject to copyright.