Re: [PHP] checking for a defined function

2001-03-01 Thread Jason Brooke
http://www.php.net/manual/en/function.extension-loaded.php jason - Original Message - From: "Eric Peters" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 10:29 AM Subject: [PHP] checking for a defined function how can I do something like i

[PHP] checking for a defined function

2001-02-28 Thread Eric Peters
how can I do something like if(!defined(cybercash_encr())) dl("cybercash.so"); anyone know of a good way to see if a function/module has been included in php? I need a run time solution for a script to be encoder()ed and distributed, Thanks Eric -- Support your government, give Echelon /

Re: [PHP] checking for a defined function

2001-02-28 Thread CC Zona
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Eric Peters) wrote: how can I do something like if(!defined(cybercash_encr())) dl("cybercash.so"); anyone know of a good way to see if a function/module has been included in php? function_exists() -- CC -- PHP General Mailing List