Re: foreach - Array
- From: "Adam Plocher" <aplocher@xxxxxxxxx>
- Date: 30 May 2006 11:45:20 -0700
foreach ($array as $key=>$val)
{
$arrayOut[$key] = $some_random_string;
}
$array = $arrayOut;
that should work (not tested).
.
- References:
- foreach - Array
- From: iavian
- foreach - Array
- Prev by Date: php mail() issues
- Next by Date: Re: From $20 to $300 ??
- Previous by thread: Re: foreach - Array
- Next by thread: Re: foreach - Array
- Index(es):