(PHP 3 >= 3.0.4, PHP 4, PHP 5)
dbase_get_record_with_names --
Obtiene un registro de la base de datos en forma de matriz asociativa
Descripción
array
dbase_get_record_with_names ( int dbase_identifier, int record_number )
Obtiene un registro de la base de datos en forma de matriz asociativa.
Valores retornados
Una matriz asociativa con los valores del registro. La matriz incluye una clave asociativa
llamada deleted que tiene un valor igual a 1 si el registro ha
sido marcado para borrarlo (ver dbase_delete_record()).
Cada campo se convierte al tipo de PHP apropiado, salvo:
Si se produce un error, dbase_get_record_with_names() devuelve FALSE.