[PHP] Is there a function to c if a php function exists

2005-02-02 Thread Ben Edwards (lists)
I have been implementing a system on a different ISP than I normally use and have got:- Fatal error: Call to undefined function: cal_days_in_month() in /home/hosted/www.menublackboard.com/public_html/dev/classes/validator.class.php on line 134 I found a reference to this an the web and it

Re: [PHP] Is there a function to c if a php function exists

2005-02-02 Thread The Disguised Jedi
The function is called function_exists. Honestly, just look at the manual dude On Tue, 01 Feb 2005 20:33:11 +, Ben Edwards (lists) [EMAIL PROTECTED] wrote: I have been implementing a system on a different ISP than I normally use and have got:- Fatal error: Call to undefined