update : 2015.11.03
php.shukuma.com검색:
|
dbase_open(PHP 4, PHP 5, PHP 7) dbase_open — Opens a database 설명
int dbase_open
( string
$filename
, int $mode
)dbase_open() opens a dBase database with the given access mode.
인수
예제
Example #1 Opening a dBase database file
<?php 반환값
Returns a database link identifier if the database is successfully opened,
or |