Introduction   Getting Started   Upgrading   Function Reference   Changelog   Support and Feedback

get_num_folder_pms

Usage: int get_num_folder_pms(string folderid)
Purpose: Returns number of PMs in a folder.
Availability: IPB SDK 0.3

Returns the number of PMs in the folderid folder. If the current user is not logged in, information cannot be retrieved, or the folder doesn't exist FALSE will be returned.

/* Prints "1 PM(s) in folder in" */
$folder = "in";
echo $SDK->get_num_folder_pms($folder).' PM(s) in folder '.$folder;
See Also: get_num_folder_unread_pms, get_num_total_pms


User Contributed Notes

There are currently no user contributed notes for this page.

Documentation Generated at Sat, 16 Apr 2005 07:36:35 -0700
Find the latest version at http://ipbsdk.sourceforge.net