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

Reply via email to