Re: [PEAR] DB Functions in PEAR
by Colin Viebrock other posts by this author
Mar 29 2001 2:48PM messages near this date
Re: [PHP-CVS] cvs: php4 /pear PEAR.php.in
|
Re: [PEAR-DEV] Re: [PEAR] DB Functions in PEAR
> > I did not realise there was one. I had a look in the DB.php file and
> > could not find any mention of it. Where should I look to get a complete
> > list of all the functions available with the DB.php class?
>
> grep " function " DB.php :)
require 'DB.php';
print_r(get_class_methods('DB'));
- Colin
|