Skip to content

Instantly share code, notes, and snippets.

@misodengaku
Last active August 29, 2015 14:21
Show Gist options
  • Save misodengaku/9162f0e9c10065486e41 to your computer and use it in GitHub Desktop.
Save misodengaku/9162f0e9c10065486e41 to your computer and use it in GitHub Desktop.
$args
http://example.com/hoge?foo=123&bar=blahblah;
$args =>
foo=123&bar=blahblah;
$arg_PARAMETER
http://example.com/hoge?foo=123&bar=blahblah;
$arg_foo =>
123
$arg_bar =>
blahblah;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment