Ver original...$result = mysql_query($stmt);if (mysql_num_rows($result) > 0) { while (($view[] = array_map('utf8_encode', mysql_fetch_array($result))) || array_pop($view)); return $view;}return false;...