7 lines
71 B
PHP
7 lines
71 B
PHP
<?php
|
|
|
|
function niy($name) {
|
|
echo "Not implemented yet : $name";
|
|
}
|
|
|
|
?>
|