dbase_get_recordGets a record from a database as an indexed array 説明
array dbase_get_record(resource
$database , int $number )Gets a record from a database as an indexed array. パラメータ
戻り値
An indexed array with the record. This array will also include an associative
key named 各フィールドは適切な PHP の型に変換されますが、以下に挙げる例外があります。
On error, dbase_get_record will return 変更履歴
参考
|