update : 2015.11.03
php.shukuma.com검색:
|
dba_fetch(PHP 4, PHP 5, PHP 7) dba_fetch — Fetch data specified by key 설명
string dba_fetch
( string
$key
, resource $handle
)
string dba_fetch
( string
$key
, int $skip
, resource $handle
)
dba_fetch() fetches the data specified by
인수
반환값
Returns the associated string if the key/data pair is found, 변경점
참고
|