Home  |  Linux  | Mysql  | PHP  | XML
From:zhoo Date:Thu Jul  2 07:54:59 2009
Subject:Re: RE: [PHP] removing an array from a compound array
yes,i agree with Mike's method.


2009-07-02 



za compound array 
 
> -----Original Message-----
> From: Andres Gonzalez [mailto:andres@packetstorm.com]
> Sent: 02 July 2009 00:46
> To: php-general@lists.php.net
> Subject: [PHP] removing an array from a compound array
> 
> I have a compound array, that is, an array of an array of an array,
> etc,
> that is about 5 arrays
> deep. I currently search thru all of these arrays, and based on some
> criteria, I want to delete
> one of the arrays (along with all of its sub-arrays) in the middle.
> 
> What is the easiest way to delete such an "embedded" array?
If you know all the keys leading to the subarray you want to remove
(which you probably do if you've just searched your way to it), then a
simple unset() should work, similar to:
    Unset($array[$key1][$key2][$key3]);
Cheers!
Mike
 --
Mike Ford,  Electronic Information Developer,
C507, Leeds Metropolitan University, Civic Quarter Campus, 
Woodhouse Lane, LEEDS,  LS1 3HE,  United Kingdom
Email: m.ford@leedsmet.ac.uk
Tel: +44 113 812 4730
To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm
-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Navigate in group php.general at sever news.php.net
Previous Next


Your recent visits
Re: How to use connection.GetSchema()?
Re: content type headers
Re: [PHP-DB] Storing Images #2
sybase-ct with PHP sending blank user name and password


  
© No Copyright
You are free to use Anything
Site Maintained by Zareef Ahmed
Powered By PHP Consultants