ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:getcustommetatypes

getCustomMetaTypes

From Version 5.22

See Also

setCustomMetaType

Syntax
array getCustomMetaTypes()

Description

The function getCustomMetaTypes() returns an array of defined custom meta types

Example

Using an added custom geometery type

print_r($db->getCustomMetaTypes());
 
/*
* Prints 
array (
 'P' => array('actual'=>255,
	      'dictionary'=>'POINT',
	      'handler'=>false,
	      'callback'=>false
              )
)
*/
v5/reference/connection/getcustommetatypes.txt · Last modified: 2021/01/18 03:58 by mnewnham