SourceForge Logo
1.3.1: get_topiccount


Description
This functions returns the number of topics in a certain subcategory and which are newer than a certain date.

Function call
get_topiccount ($sid, $time);

Input
The function of the parameters is:

ParameterDescription
$sidthe ID of the subcategory, in which the topics must be counted.
$timeonly newer topics than this timestamp will be counted.


Output
The output is the number of topics in subcategory $sid and with a timestamp newer thah $time.


« Previous | Index | Next »