回答編集履歴

2

errCode→errorCode

2016/06/10 06:47

投稿

ttyp03
ttyp03

スコア16998

test CHANGED
@@ -10,9 +10,9 @@
10
10
 
11
11
  ```PHP
12
12
 
13
- if( preg_match( "/errCode/", $xml->asXML() ){
13
+ if( preg_match( "/errorCode/", $xml->asXML() ){
14
14
 
15
- // errCodeあり
15
+ // errorCodeあり
16
16
 
17
17
  }
18
18
 

1

errCode→errorCode

2016/06/10 06:47

投稿

ttyp03
ttyp03

スコア16998

test CHANGED
File without changes