setFetchMode() public method
Set the default fetch mode for this statement
See also http://www.php.net/manual/en/function.PDOStatement-setFetchMode.php.
| public void setFetchMode ( $mode ) | ||
|---|---|---|
| $mode | integer |
Fetch mode |
setFetchMode() public method
Set the default fetch mode for this statement
See also http://www.php.net/manual/en/function.PDOStatement-setFetchMode.php.
| public void setFetchMode ( $mode ) | ||
|---|---|---|
| $mode | integer |
Fetch mode |
Please login to continue.