dba_firstkey
dba_firstkey
(PHP 4, PHP 5, PHP 7)
dba_firstkey - 取第一个键
描述
string dba_firstkey ( resource $handle )
dba_firstkey()
返回数据库的第一个键并重置内部键指针。这允许在整个数据库中进行线性搜索。
参数
handle
数据库处理程序,由dba_open()或dba_popen()返回。
返回值
返回成功或FALSE
失败时的密钥。
(PHP 4, PHP 5, PHP 7)
dba_firstkey - 取第一个键
string dba_firstkey ( resource $handle )
dba_firstkey()
返回数据库的第一个键并重置内部键指针。这允许在整个数据库中进行线性搜索。
handle
数据库处理程序,由dba_open()或dba_popen()返回。
返回成功或FALSE
失败时的密钥。