PDO database iterator.
- Depuis
- 3.0.0
◆ count()
Get the number of rows in the result set for the executed SQL given by the cursor.
- Renvoie
- integer The number of rows in the result set.
- Depuis
- 3.0.0
- Voir également
- Countable::count()
◆ fetchObject()
Method to fetch a row from the result set cursor as an object.
- Renvoie
- mixed Either the next row from the result set or false if there are no more rows.
- Depuis
- 3.0.0
◆ freeResult()
Method to free up the memory used for the result set.
- Renvoie
- void
- Depuis
- 3.0.0
La documentation de cette classe a été générée à partir du fichier suivant :