Re: [PHP] List of all defined constants

2004-03-15 Thread Firman Wandayandi
Hi Marco, You can use get_defined_constans(void) -- begin code -- print_r(get_defined_constants()); -- end code -- Good Luck, Firman - Original Message - From: "Marco Schuler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 15, 2004 9:23 PM

Re: [PHP] List of all defined constants

2004-03-15 Thread Marco Schuler
Hi Am Mo, 2004-03-15 um 15.52 schrieb Filip de Waard: > On Mar 15, 2004, at 3:23 PM, Marco Schuler wrote: > > Hi > > > > How can I get a list of all constants defined with define()? > > Marco, > > Like the manual (http://nl2.php.net/constants) says: "Use > get_defined_constants() to get a list

Re: [PHP] List of all defined constants

2004-03-15 Thread Filip de Waard
On Mar 15, 2004, at 3:23 PM, Marco Schuler wrote: Hi How can I get a list of all constants defined with define()? Marco, Like the manual (http://nl2.php.net/constants) says: "Use get_defined_constants() to get a list of all defined constants." Regards, Filip de Waard -- PHP General Mailing Li

[PHP] List of all defined constants

2004-03-15 Thread Marco Schuler
Hi How can I get a list of all constants defined with define()? -- GrĂ¼sse Marco -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php