私がこれを持っているとしましょう:
var achievementData = {
"achievements": {
0: {
"id": 0,
"title": "All Around Submitter",
"description": "Submit and approved one piece of content in all six areas.",
"xp": 500,
"level_req": 3
},
1: {
"id": 1,
"title": "Worldwide Photographer",
"description": "Submit and approved one piece of image content in all six areas.",
"xp": 1200,
"level_req": 1
},
2: {
"id": 2,
"title": "Super Submitter",
"description": "Get approved 10 players and 2 clubs in one week or less.",
"xp": 2500,
"level_req": 5
},
}
};
これは JavaScript です。それを PHP に変換するにはどうすればよいでしょうか。ブラケットを変更して PHP 配列に関する情報を見つけようとしましたが、単純な例に過ぎないようです。