mirror of
https://github.com/php/presentations.git
synced 2026-03-24 07:32:11 +01:00
8 lines
77 B
PHP
8 lines
77 B
PHP
<?php
|
|
class monkey {
|
|
function scratch() {
|
|
echo "itchy! itchy!\n";
|
|
}
|
|
}
|
|
?>
|