Emma PHP: getSearchDetail()

Retrieve details for a single search in Emma.

Arguments: 

  • int $search_id - The search ID you want to retrieve the details for.
  • bool $deleted - (Optional) Retrieve search details even if the search is marked as deleted. Defaults to false.

Use:


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

try {

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



Wrapper for: get_search_detail

Keep in Touch

Contact Us

Buzz

Loading...

People talking about '@synergycode':