Emma PHP: listSearches()

Retrieve a list of all the searches in an account in Emma.

Arguments: 

  • bool $deleted - (Optional) Retrieve searches marked as deleted. Defaults to false.

Use:


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

try {

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



Wrapper for: list_searches

Keep in Touch

Contact Us

Buzz

Loading...

People talking about '@synergycode':