filepro_rowcount
(PHP 4, PHP 5 < 5.2.0, PHP 7)
filepro_rowcount — Find out how many rows are in a filePro database
说明
   filepro_rowcount
    ( void
   ) : int
  Returns the number of rows in the opened filePro database.
Note: 当启用 安全模式时, PHP 会检查被操作的文件或目录是否与被执行的脚本有相同的 UID(所有者)。
返回值
   Returns the number of rows in the opened filePro database, or FALSE on
   errors.