v5:reference:connection:getcustommetatypes
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