[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 173 lignes (6 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
MySQLiResultSet:: (6 méthodes):
seek()
next()
getRecordCount()
close()
getString()
getTimestamp()
Classe: MySQLiResultSet - X-Ref
MySQLi implementation of ResultSet.seek($rownum) X-Ref |
next() X-Ref |
getRecordCount() X-Ref |
close() X-Ref |
getString($column) X-Ref |
Get string version of column. No rtrim() necessary for MySQL, as this happens natively. |
getTimestamp($column, $format='Y-m-d H:i:s') X-Ref |
Returns a unix epoch timestamp based on either a TIMESTAMP or DATETIME field. param: mixed $column Column name (string) or index (int) starting with 1. return: string |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |