6 lines
47 B
PHP
6 lines
47 B
PHP
|
|
<?php
|
||
|
|
function MyFunc ($a) {
|
||
|
|
echo $a;
|
||
|
|
}
|
||
|
|
?>
|