Home
last modified time | relevance | path

Searched defs:odbc (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/odbc/
H A Dodbc.stub.php327 function odbc_prepare($odbc, string $query) {}
337 function odbc_data_source($odbc, int $fetch_type): array|null|false {}
344 function odbc_exec($odbc, string $query) {}
351 function odbc_do($odbc, string $query) {}
385 function odbc_connect(string $dsn, string $user, #[\SensitiveParameter] string $password, int $curs…
H A Dphp_odbc.c93 ZEND_GET_MODULE(odbc) in ZEND_GET_MODULE() argument
390 PHP_MINIT_FUNCTION(odbc) in PHP_MINIT_FUNCTION() argument
416 PHP_RINIT_FUNCTION(odbc) in PHP_RINIT_FUNCTION() argument
427 PHP_RSHUTDOWN_FUNCTION(odbc) in PHP_RSHUTDOWN_FUNCTION() argument
434 PHP_MSHUTDOWN_FUNCTION(odbc) in PHP_MSHUTDOWN_FUNCTION() argument
442 PHP_MINFO_FUNCTION(odbc) in PHP_MINFO_FUNCTION() argument

Completed in 13 milliseconds