update : 2015.11.03
php.shukuma.com검색:
|
dbase_replace_record(PHP 4, PHP 5, PHP 7) dbase_replace_record — Replaces a record in a database 설명
bool dbase_replace_record
( int
$dbase_identifier
, array $record
, int $record_number
)Replaces the given record in the database with the given data. 인수
반환값
성공 시 예제
Example #1 Updating a record in the database
<?php 참고
|