ProfileService::ReleaseProfile  (since version 2.0)
Syntax
boolean ReleaseProfile ( void )
Description
Releases the first (last used) profile from profile stack.
Return
boolean Returns true on sucess, false on fail.
Examples
<?php

   ProfileService
::CreateProfile('my_profile');
   
ProfileService::UseProfile('my_profile');

   
// ... profile operations

   
ProfileService:ReleaseProfile();

?>

Last change 10/13/2009




Administration