我得到以下JSON格式的響應,我希望它將其轉換爲PHP變量。如何獲取JSON響應到PHP變量
JSON:
{"CreateTransactionResponse":{"CreateTransactionResult":{"TransportKey":"aa900d54-7bfb-47e9-a5de-e423ec34a900"
,"ValidationKey":"fbb28b32-f439-4801-a434-99c70aa388ca","Messages":{}}}}
輸出應該是PHP:
$transkey = aa900d54-7bfb-47e9-a5de-e423ec34a900;
$vkey = fbb28b32-f439-4801-a434-99c70aa388ca
請諮詢我如何做到這一點。
最簡單的方式發佈,標記爲答案,如果它的東西你試圖找到。因此,每個參與尋找相同問題答案的人都會看到最適合你的東西。一路順風:) – aimme