Source API for the «PorteDrivers_Mysqli_Statement» class
PorteResultMysqli
PHP magic methods
- __construct
-
This method is not yet documented.
Public methods
- bindValue
-
This method is not yet documented.
- execute
-
This method is not yet documented.
- fetch
-
This method is not yet documented.
- fetchColumn
-
Returns a single column from the next row of a result set.
-
- int
- columnNumber, 0-indexed
- number of the column you wish to retrieve from the row. If no value is supplied, PDOStatement::fetchColumn() fetches the first column.
- return
- Returns
- a single column from the next row of a result set or FALSE if there are no more rows.
- rewind
-
This method is not yet documented.
- count
-
This method is not yet documented.
- closeCursor
-
This method is not yet documented.