|
px_retrieve_record(PECL paradox >= 1.4.0) px_retrieve_record — Returns record of paradox database Описание
array px_retrieve_record
( resource $pxdoc
, int $num
[, int $mode = 0
] )
This function is very similar to px_get_record() but uses internally a different approach to retrieve the data. It relies on pxlib for reading each single field value, which usually results in support for more field types.
Список параметров
Возвращаемые значенияReturns the num'th record from the paradox database. The record is returned as an associated array with its keys being the field names. |
|