Arrays 付款后获得价值

Arrays 付款后获得价值,arrays,multidimensional-array,Arrays,Multidimensional Array,我有以下目标。如何从中获取电子邮件值 { "payment_method": "paypal", "payer_info": { "email": "example@domain.com", "first_name": "example", "last_name": "xxx", "payer_id": "12313213", "shipping_address": { "re

我有以下目标。如何从中获取
电子邮件

{
    "payment_method": "paypal",
    "payer_info": {
        "email": "example@domain.com",
        "first_name": "example",
        "last_name": "xxx",
        "payer_id": "12313213",
        "shipping_address": {
            "recipient_name": "Example",
            "id": "5435345",
            "line1": "1 SS ",
            "city": "San Jose",
            "state": "CA",
            "postal_code": "95131",
            "country_code": "US"
        },
        "phone": "4547567",
        "country_code": "US"
    }
}

这是json对象吗?还是普通的旧php?
array\u name[“payer\u info”][“email”]
有什么问题?它是json对象。谢谢你的回复,但我自己解决了$数组名称->付款人信息->电子邮件