Kod:
public function pag($content) { if ($this->page>1) { for($i=0; $i<$this->page; $i++) { $this->str=$i+1; $this->wyn=$this->wyn.'<a href="#none" onclick="pokaz_art(\'pop'.$i.'\')">'.$this->str.' </a>'; } return $this->wyn; } }
Przykladowy wynik, który zwraca funkcja: Array1 2 3 4
jak się pozbyć tego "Array" ?