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

PHP Home Page

Manual Table of Contents
Up to MS SQL Server
Quick Reference
English version of this pageGerman version of this pageJapanese version of this page
Italian version of this pageFrench version of this pageHungarian version of this page
Spanish version of this pageDutch version of this pageBrazilian Portuguese version of this page
Korean version of this pageCzech 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

  Thanks to:
 Chek.com
 easyDNS
 VA Linux Systems

  Related sites:
Apache
MySQL
PostgreSQL
Zend Tech.

  Community:
LinuxFund.org
OSDN
Manual: mssql_fetch_array
View the source code for this pageSearch the site



Previous page
 mssql_data_seek
 Updated
Mon, 08 Jan 2001
mssql_fetch_field 
Next page


mssql_fetch_array

(PHP 3, PHP 4 )

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
 Updated
Mon, 08 Jan 2001
mssql_fetch_field 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
France
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.