Re: [PHP] whic OS is under?

2002-02-05 Thread Lars Torben Wilson
On Mon, 2002-02-04 at 05:45, Ivo Stoykov wrote: Hi group: Is there a way to guess which OS the script is running? I couldn't find anything in the manual about this. Thank you Ivo The constant PHP_OS will tell you. For a list of all currently defined constants, try

[PHP] whic OS is under?

2002-02-04 Thread Ivo Stoykov
Hi group: Is there a way to guess which OS the script is running? I couldn't find anything in the manual about this. Thank you Ivo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] whic OS is under?

2002-02-04 Thread Jerry Verhoef (UGBI)
http://www.php.net/manual/en/function.php-uname.php Take a look at the example there -Original Message- From: Ivo Stoykov [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 2:45 PM To: [EMAIL PROTECTED] Subject: [PHP] whic OS is under? Hi group: Is there a way