PHP Function Table / Implementation & Documentation

_ a b c d e f g h i j k l m n o p q r s t u v w x y z    alphabetical    by extension    about    statistics

function odbc_field_type


datatype of a field
in the current (CVS) version of PHP3, this function
is definend in php3/functions/unified_odbc.c

in the current (CVS) version of PHP4, this function
is definend in php4/ext/odbc/php_odbc.c
and implemented in php4/ext/odbc/php_odbc.c

it is documented in uodbc.xml

a german translation is available

a japanese translation is available

there is a proto in latest PHP3 source:
string odbc_field_type(int result_id, int field_number)
Get the datatype of a column

there is a proto in latest PHP4 source:
string odbc_field_type(int result_id, int field_number)
Get the datatype of a column

PHP 3.0.*
01234567891
0
1
1
1
2
1
3
1
4
1
5
1
6
c
v
s
      xxxxxxxxxxxx
 

 

PHP 4.0.*
0
b
1
0
b
2
0
b
4
0
R
C
1
0
R
C
2
0c
v
s
xxxxxxx


last update Die 23 Mai 2000 10:00:58 CEST

(c) 2000 Hartmut Holzgraefe