Skip to content

Instantly share code, notes, and snippets.

@Shinpeim
Created March 27, 2013 13:35
Show Gist options
  • Select an option

  • Save Shinpeim/5254198 to your computer and use it in GitHub Desktop.

Select an option

Save Shinpeim/5254198 to your computer and use it in GitHub Desktop.
<?php
function nyan(){
return 1;
}
$nyan = NyAn();
var_dump($nyan); // => int(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment