Introduction   Getting Started   Upgrading   Function Reference   Changelog   Support and Feedback

pm_folderid2name

Usage: string pm_folderid2name(string folderid[, int memberid])
Purpose: Returns the folder name of a PM folder.
Availability: IPB SDK 0.4

Returns the folder name of the PM folder with the internal name folderid. Returns information for member memberid. If memberid is not specified, information for the current user will be returned.

If the folder does not exist, FALSE is returned.

// Shows "Inbox"
echo $SDK->pm_folderid2name("in");

// Shows "Sent Items"
echo $SDK->pm_folderid2name("sent");


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