vB_dB_MYSQL_Result
extends vB_dB_Result
in package
Table of Contents
Methods
- __construct() : mixed
- standard constructor
- __destruct() : mixed
- __serialize() : array<string|int, mixed>
- __sleep() : array<string|int, mixed>
- __unserialize() : void
- __wakeup() : void
- current() : mixed
- db() : mixed
- free() : mixed
- key() : mixed
- next() : void
- rewind() : void
- valid() : bool
Methods
__construct()
standard constructor
public
__construct(mixed &$db, mixed $querystring[, mixed $useReplica = false ][, mixed $buffered = true ]) : mixed
Parameters
- $db : mixed
- $querystring : mixed
- $useReplica : mixed = false
- $buffered : mixed = true
__destruct()
public
__destruct() : mixed
__serialize()
public
__serialize() : array<string|int, mixed>
Return values
array<string|int, mixed>__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>__unserialize()
public
__unserialize(array<string|int, mixed> $serialized) : void
Parameters
- $serialized : array<string|int, mixed>
__wakeup()
public
__wakeup() : void
current()
public
current() : mixed
db()
public
db() : mixed
free()
public
free() : mixed
key()
public
key() : mixed
next()
public
next() : void
rewind()
public
rewind() : void
valid()
public
valid() : bool