Introduction   Getting Started   Upgrading   Function Reference   Changelog   Support and Feedback

get_num_total_pms

Usage: int get_num_total_pms()
Purpose: Returns number of PMs in total.
Availability: IPB SDK 0.1

Returns the the current user's total amount of PMs. If the current user is not logged in, or information cannot be retrieved FALSE is returned.

/* Prints "You have 2 Private Messages." */
echo 'You have '.$SDK->get_num_total_pms().' Private Messages.';
See Also: get_num_new_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