Documentation

ResultSet extends ResultSet
in package
implements IMySQLResultSet

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

IMySQLResultSet

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

Methods

__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

__get()

public __get(string $property) : mixed
Parameters
$property : string

count()

{@inheritdoc}

public count() : int
Tags
see
Countable::count()
Return values
int

current()

{@inheritdoc}

public current() : mixed
Tags
see
Iterator::current()

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

get()

{@inheritdoc}

public get(mixed $index) : array<string|int, mixed>
Parameters
$index : mixed
Tags
see
IResultSet::get()
Return values
array<string|int, mixed>

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

next()

{@inheritdoc}

public next() : void
Tags
see
Iterator::next()

rewind()

{@inheritdoc}

public rewind() : void
Tags
see
Iterator::rewind()

valid()

{@inheritdoc}

public valid() : bool
Tags
see
Iterator::valid()
Return values
bool

        
On this page

Search results