Home
last modified time | relevance | path

Searched defs:bindValue (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/pdo/
H A Dpdo_stmt.stub.php17 public function bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool {} function in PDOStatement
H A Dpdo_stmt.c1460 PHP_METHOD(PDOStatement, bindValue) in PHP_METHOD() argument
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.stub.php97 public function bindValue(string|int $param, mixed $value, int $type = SQLITE3_TEXT): bool {} function in SQLite3Stmt
H A Dsqlite3.c1749 PHP_METHOD(SQLite3Stmt, bindValue) in PHP_METHOD() argument

Completed in 24 milliseconds