function fetchAnonymousCount()
 {
     $count = eZUser::fetchAnonymousCount();
     return array('result' => $count);
 }