Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

The _SERVER variable

  • _SERVER

Some of the values are server dependent!

<pre>
<?php
print_r($_SERVER);
?>
</pre>