[PHP] what constants are in php like __FILE__

2002-04-24 Thread nospam

Hi all
 
I'm just curious what other constants in php are defined. I found out
about __FILE__ today which is great, if you
use a lot of include  require...
any hints where or how to find a list?
 
Sebastian
 



RE: [PHP] what constants are in php like __FILE__

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)

Try this:

php.net/constants



Sincerely,

Maxim Maletsky
Founder, Chief Developer

www.PHPBeginner.com   // where PHP Begins




-Original Message-
From: nospam [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, April 24, 2002 2:36 PM
To: 'Php-General
Subject: [PHP] what constants are in php like __FILE__


Hi all
 
I'm just curious what other constants in php are defined. I found out
about __FILE__ today which is great, if you use a lot of include 
require... any hints where or how to find a list?
 
Sebastian
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] what constants are in php like __FILE__

2002-04-24 Thread Johnson, Kirk

 I'm just curious what other constants in php are defined.
 any hints where or how to find a list?

http://www.php.net/manual/en/reserved.constants.php

Kirk 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php