Skip to content

Instantly share code, notes, and snippets.

@MikeRogers0
Created June 10, 2012 23:33
Show Gist options
  • Save MikeRogers0/2907705 to your computer and use it in GitHub Desktop.
Save MikeRogers0/2907705 to your computer and use it in GitHub Desktop.
realpath() example
<?php
echo realpath('../');
// Would return: /home/mike/www/blogposts
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment