SQLite3Stmt::paramCount

(PHP 5 >= 5.3.0, PHP 7)

SQLite3Stmt::paramCountReturns the number of parameters within the prepared statement

Opis

public SQLite3Stmt::paramCount ( void ) : int

Returns the number of parameters within the prepared statement.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns the number of parameters within the prepared statement.

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top