PHP 8.5.0 RC 2 available for testing

SQLite3Stmt ็ฑป

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

็ฎ€ไป‹

ๅค„็† SQLite 3 ๆ‰ฉๅฑ•่ฏญๅฅๆจกๆฟ็š„็ฑปใ€‚

็ฑปๆ‘˜่ฆ

class SQLite3Stmt {
/* ๆ–นๆณ• */
private __construct(SQLite3 $sqlite3, string $query)
public bindParam(string|int $param, mixed &$var, int $type = SQLITE3_TEXT): bool
public bindValue(string|int $param, mixed $value, int $type = SQLITE3_TEXT): bool
public clear(): bool
public close(): true
public getSQL(bool $expand = false): string|false
public paramCount(): int
public readOnly(): bool
public reset(): bool
}

็›ฎๅฝ•

๏ผ‹ๆทปๅŠ ๅค‡ๆณจ

็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจ

ๆญค้กต้ขๅฐšๆ— ็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจใ€‚
To Top