Skip to content

Instantly share code, notes, and snippets.

@nathan-isaac
Created September 16, 2013 22:51
Show Gist options
  • Save nathan-isaac/6587690 to your computer and use it in GitHub Desktop.
Save nathan-isaac/6587690 to your computer and use it in GitHub Desktop.
<?php
/**
* Get server address, cross platform safe.
*/
array_key_exists('SERVER_ADDR',$_SERVER) ? $_SERVER['SERVER_ADDR'] : $_SERVER['LOCAL_ADDR'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment