|
PHP5中文手册
px_get_schema(PECL paradox:1.0-1.4.1) px_get_schema — Returns the database schema 说明
array px_get_schema
( resource $pxdoc
[, int $mode
] )
px_get_schema() returns the database schema. 参数
返回值Returns the schema of a database file as an associated array. The key name is equal to the field name. Each array element is itself an associated array containing the two fields type and size. type is one of the constants in table Constants for field types. size is the number of bytes this field consumes in the record. The total of all field sizes is equal to the record size as it can be retrieved with px-get-info(). |