Searched defs:paramtype (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ext/pdo/ |
| H A D | pdo_dbh.c | 1158 /* {{{ proto string PDO::quote(string string [, int paramtype]) 1159 quotes string for use in a query. The optional paramtype acts as a hint for drivers that have alternate quoting styles. The default value is PDO_PARAM_STR */ 1165 long paramtype = PDO_PARAM_STR; local 1169 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &str, &str_len, ¶mtype)) { 1180 if (dbh->methods->quoter(dbh, str, str_len, &qstr, &qlen, paramtype TSRMLS_CC)) { 1257 ZEND_ARG_INFO(0, paramtype)
|
| /PHP_5_5/ext/pdo_odbc/ |
| H A D | php_pdo_odbc_int.h | 161 SQLSMALLINT paramtype; member in struct:__anon167
|
Completed in 4 milliseconds