\Zend_Amf_Parse_Resource_MysqlResult

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

Summary

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

Properties

$fieldTypes

$fieldTypes : array

Type

array — List of Mysql types with PHP counterparts Key => Value is Mysql type (exact string) => PHP type

Methods

parse()

parse(resource  $resource) : array

Parse resource into array

Parameters

resource $resource

Returns

array