Query: sybase_fetch_row
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SYBASE_FETCH_ROW(3) SYBASE_FETCH_ROW(3) sybase_fetch_row - Get a result row as an enumerated arraySYNOPSISarray sybase_fetch_row (resource $result)DESCRIPTIONsybase_fetch_row(3) fetches one row of data from the result associated with the specified result identifier. Subsequent call to sybase_fetch_row(3) would return the next row in the result set, or FALSE if there are no more rows.PARAMETERSo $result -RETURN VALUESReturns an array that corresponds to the fetched row, or FALSE if there are no more rows. Each result column is stored in an array offset, starting at offset 0. Data types +-------+---------------------------------------------------+ | PHP | | | | | | | Sybase | | | | +-------+---------------------------------------------------+ |string | | | | | | | VARCHAR, TEXT, CHAR, IMAGE, BINARY, VARBINARY, | | | DATETIME | | | | | int | | | | | | | NUMERIC (w/o precision), DECIMAL (w/o precision), | | | INT, BIT, TINYINT, SMALLINT | | | | |float | | | | | | | NUMERIC (w/ precision), DECIMAL (w/ precision), | | | REAL, FLOAT, MONEY | | | | | | | | NULL | | | | | | | NULL | | | | +-------+---------------------------------------------------+SEE ALSOsybase_fetch_array(3), sybase_fetch_assoc(3), sybase_fetch_object(3), sybase_data_seek(3), sybase_result(3). PHP Documentation Group SYBASE_FETCH_ROW(3)
Related Man Pages |
---|
mysql_fetch_assoc(3) - php |
db2_fetch_both(3) - php |
sql-types-with-pdo_4d-and-php(3) - php |
fbsql_fetch_array(3) - php |
ingres_fetch_array(3) - php |
Similar Topics in the Unix Linux Community |
---|
Extrating Data |
Array and Selection |
concatinating the array |
PERL:How to convert numeric values txt file to PACKED DECIMAL File? |
Maxmum value in a row... |