Query: odbc_field_len
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ODBC_FIELD_LEN(3) 1 ODBC_FIELD_LEN(3) odbc_field_len - Get the length (precision) of a fieldSYNOPSISint odbc_field_len (resource $result_id, int $field_number)DESCRIPTIONGets the length of the field referenced by number in the given result identifier.PARAMETERSo $result_id - The result identifier. o $field_number - The field number. Field numbering starts at 1.RETURN VALUESReturns the field length, or FALSE on error.SEE ALSOodbc_field_scale(3) to get the scale of a floating point number. PHP Documentation Group ODBC_FIELD_LEN(3)
Related Man Pages |
---|
mssql_field_length(3) - php |
odbc_fetch_row(3) - php |
pg_field_name(3) - php |
pg_field_size(3) - php |
pg_field_type_oid(3) - php |
Similar Topics in the Unix Linux Community |
---|
Forum Video Tutorial: How to Use Code Tags |
UNIX.COM 2017 Year End Summary |
Please Welcome Don Cragun as Lead Moderator |
Denial Of Service Attack Update |