problema con fgetcsv y línia largas

[email protected] (Joan Teixidó)
Newsgroups php.general.es
Message-ID <[email protected]>
Buenas,

tengo un csv con línias muy largas. Al leerlo con fgetcsv uno de los campos
me lo corta a 255 caracteres... porqué??

while ( $row = fgetcsv( $fp, 0, $delim ) ) {
    var_dump($row);
    exit(0);

el var_dump me muestra esto:

33 => string '5.3' *(length=3)*
  34 => string 'ABS+EBD##ESP (ASR + Hill holder + MSR + Break
ass##Blue&Me.##Direcci�n asistida el�ctrica con sistema##Volante
regulable en altura##Encendedor##Asientos en tela##Asientos en
tela##Asientos traseros abatibles 50/50 con re##Airbag
acompa�ante##Asidero lado ' *(length=255)*


O sea, que el campo 34 me lo corta.

Sabeis a que se debe? Hay alguna limitacion en las variables de tipo string
a 255 carácteres?

gracias!

Joan
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.