php man page for sybase_fetch_assoc

Query: sybase_fetch_assoc

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SYBASE_FETCH_ASSOC(3)													     SYBASE_FETCH_ASSOC(3)

sybase_fetch_assoc - Fetch a result row as an associative array

SYNOPSIS
array sybase_fetch_assoc (resource $result)
DESCRIPTION
sybase_fetch_assoc(3) is a version of sybase_fetch_row(3) that uses column names instead of integers for indices in the result array. Col- umns from different tables with the same names are returned as name, name1, name2, ..., nameN. An important thing to note is that using sybase_fetch_assoc(3) is NOT significantly slower than using sybase_fetch_row(3), while it pro- vides a significant added value.
PARAMETERS
o $result -
RETURN VALUES
Returns an array that corresponds to the fetched row, or FALSE if there are no more rows.
NOTES
Note This function is only available when using the CT library interface to Sybase, and not with the DB library.
SEE ALSO
sybase_fetch_row(3), sybase_fetch_array(3), sybase_fetch_object(3). PHP Documentation Group SYBASE_FETCH_ASSOC(3)
Related Man Pages
fbsql_fetch_assoc(3) - php
mssql_fetch_array(3) - php
pg_fetch_assoc(3) - php
sybase_fetch_object(3) - php
sybase_fetch_row(3) - php
Similar Topics in the Unix Linux Community
multidimensional arrays
concatinating the array
how to spilit a row into fields and store the field content to the array
Joining Three Files
Extracting a certain pattern..