Skip to content

Instantly share code, notes, and snippets.

@iammerrick
Created March 30, 2010 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iammerrick/349502 to your computer and use it in GitHub Desktop.
Save iammerrick/349502 to your computer and use it in GitHub Desktop.
function concept($arg, $arg2, $arg3) // Variable amount of parameters
{
foreach($params as $param)
{
echo $param;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment