Hey guys,

Another n00b question: What is the proper way to return from a function
after throwing an exception? My code looks like:

zend_throw_exception(amqp_connection_exception_class_entry, "blah blah
blah", 0 TSRMLS_CC);
return; 

Should I instead RETURN_FALSE from there?

Thanks,
Pieter


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to