Jump to content
Дизайн и модификация Invision Community IPBSkinsBETA
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
HooLIGUN

Данные в глубине массива

Recommended Posts

Добрый вечер. Подскажите, как получить данные из такого вида массива?

IPS\nexus\Invoice\ItemsIterator Object
(
    [currency] => USD
    [storage:ArrayIterator:private] => Array
        (
            [0] => Array
                (
                    [act] => new
                    [app] => nexus
                    [type] => package
                    [cost] => 3.00
                    [tax] => 
                    [quantity] => 3
                    [itemName] => Услуга #1
                    [itemID] => 1
                    [physical] => 
                    [methods] => *
                    [cfields] => Array
                        (
                            [1] => 
                        )

                    [extra] => 
                )

        )

)

Нужно добраться до 

		[act] => new
                    [app] => nexus
                    [type] => package
                    [cost] => 3.00
                    [tax] => 
                    [quantity] => 3
                    [itemName] => Услуга #1
                    [itemID] => 1
                    [physical] => 
                    [methods] => *
                    [cfields] => Array
                        (
                            [1] => 
                        )

                    [extra] => 

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...