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 arraySYNOPSISarray sybase_fetch_assoc (resource $result)DESCRIPTIONsybase_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.PARAMETERSo $result -RETURN VALUESReturns an array that corresponds to the fetched row, or FALSE if there are no more rows.NOTESNote This function is only available when using the CT library interface to Sybase, and not with the DB library.SEE ALSOsybase_fetch_row(3), sybase_fetch_array(3), sybase_fetch_object(3). PHP Documentation Group SYBASE_FETCH_ASSOC(3)
Related Man Pages |
---|
mysql_fetch_assoc(3) - php |
fbsql_fetch_array(3) - php |
ibase_fetch_assoc(3) - php |
sybase_fetch_row(3) - php |
sybase_result(3) - php |
Similar Topics in the Unix Linux Community |
---|
multidimensional arrays |
iterate over array |
How often a name comes up for a certain row |
Joining Three Files |
Extracting a certain pattern.. |