php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
bindParam (string|int $param, mixed &$var, int $type=SQLITE3_TEXT) | |
bindValue (string|int $param, mixed $value, int $type=SQLITE3_TEXT) | |
clear () | |
close () | |
execute () | |
getSQL (bool $expand=false) | |
paramCount () | |
readOnly () | |
reset () | |
@not-serializable
Definition at line 245 of file sqlite3.stub.php.
SQLite3Stmt::bindParam | ( | string|int | $param, |
mixed & | $var, | ||
int | $type = SQLITE3_TEXT ) |
@tentative-return-type
Definition at line 250 of file sqlite3.stub.php.
SQLite3Stmt::bindValue | ( | string|int | $param, |
mixed | $value, | ||
int | $type = SQLITE3_TEXT ) |
@tentative-return-type
Definition at line 253 of file sqlite3.stub.php.
SQLite3Stmt::clear | ( | ) |
@tentative-return-type
Definition at line 256 of file sqlite3.stub.php.
SQLite3Stmt::close | ( | ) |
@tentative-return-type
Definition at line 259 of file sqlite3.stub.php.
SQLite3Stmt::execute | ( | ) |
@tentative-return-type
Definition at line 262 of file sqlite3.stub.php.
SQLite3Stmt::getSQL | ( | bool | $expand = false | ) |
@tentative-return-type
Definition at line 265 of file sqlite3.stub.php.
SQLite3Stmt::paramCount | ( | ) |
@tentative-return-type
Definition at line 268 of file sqlite3.stub.php.
SQLite3Stmt::readOnly | ( | ) |
@tentative-return-type
Definition at line 271 of file sqlite3.stub.php.
SQLite3Stmt::reset | ( | ) |
@tentative-return-type
Definition at line 274 of file sqlite3.stub.php.