016.inc   [plain text]


<?php 
function MyFunc ($a) {
	echo $a;
}
?>