- PHP 手册
- 函数参考
- 数据库扩展
- 针对各数据库系统对应的扩展
- Paradox
- Paradox 函数
px_numrecords
(PECL paradox >= 1.0.0)
px_numrecords — Returns number of records in a database
说明
px_numrecords ( resource$pxdoc
) : int
Get the number of records in a database file.
参数
-
pxdoc
-
Resource identifier of the paradox database as returned by px_new().
返回值
Returns the number of records in a database file. The return value of this function is identical to the element numrecords in the array returned by px_get_info().
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/function.px-numrecords.php
8288分类目录声明:本站部分文章来源于网络,版权属于原作者所有。如有转载或引用文章/图片涉及版权问题,请联系我们处理.我们将在第一时间删除!
联系邮箱:tsk@qq.com