\Zend_Amf_Parse_Resource_MysqliResult

This class will convert mysql result resource to array suitable for passing to the external entities.

Summary

Methods
Properties
Constants
parse()
$mysqli_type
$mysqli_to_php
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$mysqli_type

$mysqli_type : 

mapping taken from http://forums.mysql.com/read.php?52,255868,255895#msg-255895

Type

$mysqli_to_php

$mysqli_to_php : 

Type

Methods

parse()

parse(resource  $resource) : array

Parse resource into array

Parameters

resource $resource

Returns

array