Retrieve a list of all the searches in an account in Emma.
Arguments:
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
People talking about '@synergycode':