mssql_fetch_assoc

(PHP 4 >= 4.2.0, PHP 5)

mssql_fetch_assoc --  Returns an associative array of the current row in the result set specified by result_id

Description

array mssql_fetch_assoc ( resource result_id )

Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.



mssql_fetch_assoc
electricsurfer.com
01-Dec-2003 08:38
WARNING:

PHP 4.3.4 introduced a BUG.

if the DB has: '' (empty string)
this function will return: ' ' (string with 1 space)

see: http://bugs.php.net/bug.php?id=26315
php at electricsurfer dot com
03-Jun-2003 11:34
WARNING: as of PHP 4.3.2

The keys in the array will only contain the 1st 30 characters of the column name if you have column names longer than that.

<mssql_fetch_arraymssql_fetch_batch>
 Last updated: Tue, 15 Nov 2005