回答編集履歴
1
chousei
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
$a=json_decode('{"hoge":{"xml:base":123}}');
|
4
4
|
|
5
|
-
print
|
5
|
+
print $a->hoge->{"xml:base"};
|
6
6
|
|
7
7
|
|
8
8
|
|