EmmaPHP: listGroups()

Lists all the groups in the account.

Arguments: none

Use:


require_once('../../MyEmmaPHP.php');

try {

	$me = new MyEmmaPHP();
   
    $retval = $me->listGroups();
   
	print_r($retval);
        
    
} catch ( Exception $e ) {
    echo $e->getMessage() . "\n\n";
}



Wrapper for: list_groups

Keep in Touch

Contact Us

Buzz

Loading...

People talking about '@synergycode':