[PHP] Check for exist function

2001-07-23 Thread ROsen

Hi,
How can I check, thath some function is declared and to do not declare it
second time ( with require ) ?

Thanks,
Rosen Marinov




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Check for exist function

2001-07-23 Thread Adrian Ciutureanu

http://php.net/require_once

 -Original Message-
 From: ROsen [mailto:[EMAIL PROTECTED]]
 Sent: 23 iulie 2001 14:17
 To: [EMAIL PROTECTED]
 Subject: [PHP] Check for exist function
 
 
 Hi,
 How can I check, thath some function is declared and to do 
 not declare it
 second time ( with require ) ?
 
 Thanks,
 Rosen Marinov
 
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: 
 [EMAIL PROTECTED]
 
 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]