Hi,

Is their any function in php which is equivalent to chomp function in Perl.

Thanks

    For all you Perl users new to PHP... rtrim is just like the perl command chomp.

    (php_manual_notes.chm)

      [man]trim[/man], [man]rtrim[/man], [man]ltrim[/man]

        Write a Reply...