On Thu, November 10, 2005 6:44 pm, Ezra Nugroho wrote:
> $array1 = array_merge ($array1, $array2);
>
> So far the code gives me what I want. However, suppose if $array1 is
> extremely huge, am I introducing a bug here because of possible race
> condition? It's possible that array_merge has two writ
It works, thanks.
Edgardo
"Brian Clark" <[EMAIL PROTECTED]> escribió en el mensaje
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Edgardo,
>
> @ 8:09:26 AM on 11/21/01, Edgardo Rossetto wrote:
>
> > I have a problem width array_merge(); in PHP 4 beta 2 (my ISP sucks,
sorry)
> > and i need to
Hi Edgardo,
@ 8:09:26 AM on 11/21/01, Edgardo Rossetto wrote:
> I have a problem width array_merge(); in PHP 4 beta 2 (my ISP sucks, sorry)
> and i need to know if there's a similar function o way to do this.
There's probably a faster/elegant way to do this, but this should
work:
--
-Brian
3 matches
Mail list logo