CakeFest 2024: The Official CakePHP Conference

dbase_get_record

(PHP 5 < 5.3.0, dbase 5, dbase 7)

dbase_get_recordEstrae un record da un database dBase

Descrizione

dbase_get_record(int $dbase_identifier, int $record): array

Restituisce i dati da record in un array. L'array è indicizzato partendo da 0, e include un membro associativo chiamato 'deleted' che è settato a 1 se il record è stato marcato per la cancellazione (vedere dbase_delete_record()).

Ogni campo è convertito all'appropriato tipo PHP, Fanno eccezione:

  • Le date, che sono lasciate come stringhe.
  • Gli interi che avrebbero causato un overflow (> 32 bits) sono restituiti come stringhe.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top