Home
last modified time | relevance | path

Searched refs:odbc_gettypeinfo (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/odbc/tests/
H A Dodbc_gettypeinfo_001.phpt2 odbc_gettypeinfo(): Getting info about data types
14 $res = odbc_gettypeinfo($conn, 0);
18 $res = odbc_gettypeinfo($conn, 1);
22 $res = odbc_gettypeinfo($conn, 2);
/php-src/ext/odbc/
H A Dodbc_arginfo.h300 ZEND_FUNCTION(odbc_gettypeinfo);
368 ZEND_FE(odbc_gettypeinfo, arginfo_odbc_gettypeinfo)
H A Dodbc.stub.php419 function odbc_gettypeinfo(Odbc\Connection $odbc, int $data_type = 0): Odbc\Result|false {}
H A Dphp_odbc.c3082 PHP_FUNCTION(odbc_gettypeinfo)

Completed in 14 milliseconds