Exemplo n.º 1
0
function weather($city)
{
    $t = new Weather();
    $t->show($city);
}