Skip to content

Instantly share code, notes, and snippets.

@Codenator81
Created June 23, 2014 18:53
Show Gist options
  • Select an option

  • Save Codenator81/4d32c8eec0b967bd840d to your computer and use it in GitHub Desktop.

Select an option

Save Codenator81/4d32c8eec0b967bd840d to your computer and use it in GitHub Desktop.
<?php
$a = "abc";
$b = "def";
$c = "ghi";
return array($a, $b, $c);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment