I'm trying to figure out a better or cleaner way to do something like this in PHP:
// Isto será passado como argumento de uma função...
$params = array('Nome', 'Idade', 'Mail' => '
[email protected]');
"Name" and "Age" are values with keys a...
asked on
31.07.2014 / 16:43