★ wanayoo — archive 1999 http://fr.php.net/manual/cs/function.mssql-fetch-array.phpNouvelle recherche | Portail wanayoo
PHP Tuesday, March 20, 2001  
downloads | documentation | faq | support | reporting bugs | links 

search for in the  

lookup:
PHP ManuálPHP Manuál
MS SQL ServerMS SQL Server
 mssql_closemssql_close
 mssql_connectmssql_connect
 mssql_data_seekmssql_data_seek
 mssql_fetch_arraymssql_fetch_array
 mssql_fetch_fieldmssql_fetch_field
 mssql_fetch_objectmssql_fetch_object
 mssql_fetch_rowmssql_fetch_row
 mssql_field_lengthmssql_field_length
 mssql_field_namemssql_field_name
 mssql_field_seekmssql_field_seek
 mssql_field_typemssql_field_type
 mssql_free_resultmssql_free_result
 mssql_get_last_messagemssql_get_last_message
 mssql_min_error_severitymssql_min_error_severity
 mssql_min_message_severitymssql_min_message_severity
 mssql_num_fieldsmssql_num_fields
 mssql_num_rowsmssql_num_rows
 mssql_pconnectmssql_pconnect
 mssql_querymssql_query
 mssql_resultmssql_result
 mssql_select_dbmssql_select_db

previousmssql_data_seek
mssql_fetch_fieldnext

Last updated: Sat, 17 Mar 2001
view this page in English | Brazilian Portuguese | Czech | Dutch | French | German | Hungarian | Italian | Japanese | Korean | Spanish | Plain HTML

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().

previousmssql_data_seek
mssql_fetch_fieldnext

Last updated: Sat, 17 Mar 2001
add note | about notes

show source | credits | mirror sites:  

Copyright © 1998-2001 The PHP Group
All rights reserved.
This mirror generously provided by: L'Université Michel de Montaigne Bordeaux III
Last updated: Tue Mar 20 06:31:43 2001 MET