sqlite_fetch_object

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

Object oriented style (method):

object SQLiteResult::fetchObject ([ string $class_name [, array $ctor_params [, bool $decode_binary = true ]]] )
object SQLiteUnbuffered::fetchObject ([ string $class_name [, array $ctor_params [, bool $decode_binary = true ]]] )

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

doc_php
2016-02-24 16:18:28
Comments
Leave a Comment

Please login to continue.