Skip to content

Instantly share code, notes, and snippets.

@fivestar
Created December 10, 2010 07:33
Show Gist options
  • Save fivestar/735910 to your computer and use it in GitHub Desktop.
Save fivestar/735910 to your computer and use it in GitHub Desktop.
<?php
class Kubota
{
static function anatoo()
{
echo 'もうだめやー', PHP_EOL;
}
}
$klass = 'Kubota';
$klass::anatoo();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment