JavaScript Editor Javascript debugger     Website design 


sqlite_fetch_object

Fetches the next row from a result set as an object (PHP 5)
object sqlite_fetch_object ( resource result [, string class_name [, array ctor_params [, bool decode_binary]]] )

Object oriented style (method):

SQLiteResult {
  object fetchObject(string class_name,
                     array ctor_params,
                     bool decode_binary);

}
SQLiteUnbuffered {
  object fetchObject(string class_name,
                     array ctor_params,
                     bool decode_binary);

}
Warning:

This function is currently not documented; only the argument list is available.