you can use array_walk


array_walk
(PHP 3>= 3.0.3, PHP 4 >= 4.0b1)

array_walk --  Apply a user function to every member of an array 
Description

int array_walk (array arr, string func, mixed userdata)










----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, June 28, 2001 10:48 AM
Subject: [PHP] Function


> Hi,
> 
>     Is there any function to replace a character in an Array ??.
> 
>     Thanx in adv.
> 
> ~ Karthick.
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to