Forum und email

filepro_rowcount

(PHP 4, PHP 5 <= 5.1.6)

filepro_rowcount — Find out how many rows are in a filePro database

說明

int filepro_rowcount ( void )

Returns the number of rows in the opened filePro database.

Note: 安全模式被啟用時,PHP 將檢查被操作的檔案或者目錄是否與正在執行的腳本有相同的 UID(擁有者)。

Return值

Returns the number of rows in the opened filePro database, or FALSE on errors.

參見