Mi salta fuori questo errore (piu volte!)

Warning: strpos() [function.strpos]: Empty delimiter. in /web/...tk.php on line 31





Codice PHP:
                      if (strpos($array[$i],"$GPGGA") != false)
                {
                    
$tempexplode(","$array[$i]);
                    
$array[lat][$j]= $temp[2];
                    
$array[lon][$j]= $temp[4];
                    
$array[sign][$j]= $temp[6];
                    
$array[sat][$j]= $temp[7];
                    
//$array[speed][$j]= $temp[];
                    
$array[alt][$j]= $temp[9];
                    
                    
$j++;
                } 
I delimitatori??
Non vanno bene?

Qaulcuno mi sa dire il perchè?

grazie