ResultSet
extends ResultSet
in package
implements
IMySQLResultSet
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $position : int
- $result : resource
- $hashCode : int
- $hashCounter : int
Methods
- __call() : mixed
- __callStatic() : mixed
- __construct() : mixed
- __destruct() : mixed
- __get() : mixed
- count() : int
- {@inheritdoc}
- current() : mixed
- {@inheritdoc}
- extends() : bool
- fetchAll() : array<string|int, mixed>
- {@inheritdoc}
- get() : array<string|int, mixed>
- {@inheritdoc}
- getColumns() : array<string|int, mixed>
- {@inheritdoc}
- getReflection() : ReflectionClass
- key() : mixed
- {@inheritdoc}
- next() : void
- {@inheritdoc}
- rewind() : void
- {@inheritdoc}
- valid() : bool
- {@inheritdoc}
- init() : mixed
Properties
$position
protected
int
$position
= 0
$result
protected
resource
$result
$hashCode
private
int
$hashCode
$hashCounter
private
static int
$hashCounter
= 0
Methods
__call()
public
__call(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : string
- $arguments : array<string|int, mixed>
Tags
__callStatic()
public
static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : mixed
- $arguments : array<string|int, mixed>
__construct()
public
__construct(mysqli_result $result) : mixed
Parameters
- $result : mysqli_result
__destruct()
public
__destruct() : mixed
__get()
public
__get(string $property) : mixed
Parameters
- $property : string
count()
{@inheritdoc}
public
count() : int
Tags
Return values
intcurrent()
{@inheritdoc}
public
current() : mixed
Tags
extends()
public
extends(ReflectionClass $reflector) : bool
Parameters
- $reflector : ReflectionClass
Return values
boolfetchAll()
{@inheritdoc}
public
fetchAll() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>get()
{@inheritdoc}
public
get(mixed $index) : array<string|int, mixed>
Parameters
- $index : mixed
Tags
Return values
array<string|int, mixed>getColumns()
{@inheritdoc}
public
getColumns() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getReflection()
public
getReflection() : ReflectionClass
Return values
ReflectionClasskey()
{@inheritdoc}
public
key() : mixed
Tags
next()
{@inheritdoc}
public
next() : void
Tags
rewind()
{@inheritdoc}
public
rewind() : void
Tags
valid()
{@inheritdoc}
public
valid() : bool
Tags
Return values
boolinit()
protected
init() : mixed