I want to get statistique of email
tube
This is my code :
$queue = new Phalcon\Queue\Beanstalk(array('host' => 'xxx.xx.x.x','port' => '11300'));
$queue->choose('email');
$queue->watch('email');
$statTube=statsTube('email');
I tried to remplace statsTube
by stats_tube
but it doesn't work.
I have this error : PHP Fatal error: Call to undefined function statsTube()
What is my error? I don't understand!