list_skins
Usage: array list_skins ()
Purpose: Grabs the IDs of all the avaliable skins.
Availability: IPB SDK 1.0
Purpose: Grabs the IDs of all the avaliable skins.
Availability: IPB SDK 1.0
Returns an array of the id of skins which are avaliable. Information is returned in an array similar to the following:
Array (
[0] => 9
[1] => 10
)
[0] => 9
[1] => 10
)
// Check if a skin id is valid.
if (in_array($skinid, $SDK->list_skins()) {
echo 'skin exists';
}
if (in_array($skinid, $SDK->list_skins()) {
echo 'skin exists';
}
User Contributed Notes
Documentation Generated at Sat, 16 Apr 2005 07:36:35 -0700
Find the latest version at http://ipbsdk.sourceforge.net
There are currently no user contributed notes for this page.