Re: Problems with implode

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

 



On 3/24/09 9:15 AM, "Per Jessen" <per@xxxxxxxxxxxx> wrote:

> TG wrote:
> 
>> I don't think that would be a problem, the size of the array.  I've
>> used implode at least once or twice on fairly large arrays.  More
>> likely is something weird with your data.
> 
> Yeah, like the odd backspace or carriage return perhaps.

if using utf-8, validate the data with mb_check_encoding() or
preg_match('/^.{1}/us', $s)

for example, could be that the strings in the big array are mixing
encodings.



-- 
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