mirror of
https://github.com/php/presentations.git
synced 2026-04-29 10:13:26 +02:00
8 lines
77 B
PHP
8 lines
77 B
PHP
<?php
|
|
class monkey {
|
|
function scratch() {
|
|
echo "itchy! itchy!\n";
|
|
}
|
|
}
|
|
?>
|