ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:getcustommetatypes

This is an old revision of the document!


getCustomMetaTypes

From Version 5.22

See Also

setCustomMetaType

Syntax
array getCustomMetaTypes()

Description

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

Example

print_r($db->getCustomMetaTypes());
 
/*
* Prints 
array (
 'P' => array('actual'=>'POINT',
              'handler'=>
              )
)
*/
v5/reference/connection/getcustommetatypes.1609817180.txt.gz · Last modified: 2021/01/05 04:26 by mnewnham