Skip to content

Instantly share code, notes, and snippets.

@emersoncortez
Created November 16, 2012 16:54
Show Gist options
  • Save emersoncortez/4088940 to your computer and use it in GitHub Desktop.
Save emersoncortez/4088940 to your computer and use it in GitHub Desktop.
Este es un código
<?php
class UnaClase{
public function metodoClase($parametro1, $parametro2)
{
echo 'Esta función solo imprime este msj';
return TRUE;
}
} // Fin de la clases
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment