Re: Weird problem while reading in a file to an Array

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Michelle Konzack wrote:
> Am 2009-01-29 16:09:00, schrieb Shawn McKenzie:
>> Actually though, instead of exec() why not something like:
>>
>> $TMP_DATA = explode("\n", $BUILDLOG, 11);
> 
> Tried...  but now I have 11 elements wher in the  last  element  is  the
> whole rest of the BUILD-Log...  continue trying!
> 

unset($BUILDLOG[11]);


-- 
Thanks!
-Shawn
http://www.spidean.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux