sdk_version
Usage: string sdk_version ()
Purpose: Returns the IPB SDK version number.
Availability: IPB SDK 0.2
Purpose: Returns the IPB SDK version number.
Availability: IPB SDK 0.2
Returns the version number of IPB SDK.
/* Displays Version e.g. You are running IPB SDK 1.0 */
echo 'You are running IPB SDK '.$SDK->sdk_version();
/* Make a script only work on IPB SDK 1.1 and above */
if ($SDK->sdk_version() >= "1.1") {
// Version 1.1 and above only code
}
echo 'You are running IPB SDK '.$SDK->sdk_version();
/* Make a script only work on IPB SDK 1.1 and above */
if ($SDK->sdk_version() >= "1.1") {
// Version 1.1 and above only code
}
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.