» Details |
---|
|
» Comment |
- Make your exception class extends exception directly and not PEAR_Exception, that way it's PHP5 for real. - Put your require_once at the top of the file instead of within the function (HHMAC2.php) - Wooo there's docs! Sweet job! :) |