0
votes
How do you find a description of the DateTime class in the PHP documentation?
There is a list of new classes in PHP 5.2.0 here:
http://www.php.net/manual/en/migration52.classes.php
…
2
votes
What are the possible return values for $_SERVER[’REMOTE_ADDR’];?
According to the PHP online documentation only an IP address should be returned.
http://us.php.net/manual/ …
