object array
Posted: Thu May 01, 2008 8:42 am
Hi Everyone ...
Hope everyone enjoying heading towards summer.
I've an array created by simplexml_load_file method which obviously store data in array of objects.
I want to delete some values(items) in array if a condition satisfy. and store the array in another array as object itself.
so, is there a way to delete one or more element in array of objects according to the condition supplied.
any clue will be appreciated.
thanks
Hope everyone enjoying heading towards summer.
I've an array created by simplexml_load_file method which obviously store data in array of objects.
I want to delete some values(items) in array if a condition satisfy. and store the array in another array as object itself.
so, is there a way to delete one or more element in array of objects according to the condition supplied.
any clue will be appreciated.
thanks