Skip to content

Instantly share code, notes, and snippets.

@zhasm
Created January 9, 2011 07:18
Show Gist options
  • Save zhasm/771509 to your computer and use it in GitHub Desktop.
Save zhasm/771509 to your computer and use it in GitHub Desktop.
php snippets
<?php
//convert command line args to named array:
parse_str($argv[1], $_GET);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment