php man page for sybase_fetch_row

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 array

SYNOPSIS
array sybase_fetch_row (resource $result)
DESCRIPTION
sybase_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.
PARAMETERS
o $result -
RETURN VALUES
Returns 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 ALSO
sybase_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
mysqli_fetch_row(3) - php
db2_fetch_both(3) - php
db2_fetch_assoc(3) - php
fbsql_fetch_array(3) - php
maxdb_fetch_row(3) - php
Similar Topics in the Unix Linux Community
duplicating 1st row of data
Mysql CHAR vs VARCHAR
Export into a single cell of excel sheet...
concatinating the array
PERL:How to convert numeric values txt file to PACKED DECIMAL File?