====Funciones en php===?
function nombre_funcion([tipo]$var1[=valor_por_defecto], ...):[tipo_retorno]{ [instrucciones] [return [expresion]] }