SQLite 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程

sqlite_fetch_object

SQLiteResult->fetchObject

SQLiteUnbuffered->fetchObject

(PHP 5)

sqlite_fetch_object -- SQLiteResult->fetchObject -- SQLiteUnbuffered->fetchObjectFetches 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):

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

本函数暂无文档,仅有参数列表。


SQLite 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程