FILEPRO_ROWCOUNT(3) 1 FILEPRO_ROWCOUNT(3)
filepro_rowcount - Find out how many rows are in a filePro database
SYNOPSIS
int filepro_rowcount (void )
DESCRIPTION
Returns the number of rows in the opened filePro database.
Note
When safe mode is enabled, PHP checks whether the files or directories being operated upon have the same UID (owner) as the script
that is being executed.
RETURN VALUES
Returns the number of rows in the opened filePro database, or FALSE on errors.
SEE ALSO
filepro(3).
PHP Documentation Group FILEPRO_ROWCOUNT(3)