Is there a way to determine what platform PHP is running on? I'm trying to write a script that parses path names which we all know unix and windose don't agree with each other.
Thanks, Matt
I didn't dig deep enough into the docs before I sent this post. I found what I was looking for. PHP_OS returns the info that I need.