Created
November 16, 2012 16:54
-
-
Save emersoncortez/4088940 to your computer and use it in GitHub Desktop.
Este es un código
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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