<?php function nom_fonction ([[type_1] $param_1, ..., [type_n] $param_n]) [: type] { instruction_1; // ... instruction_m; [return $resultat;] } ?>
function
nom_fonction()
type_i
: type
return