質問編集履歴

2

誤字

2020/06/06 06:05

投稿

antonio
antonio

スコア9

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  var_dumpしてケース1や2が出力される状況です。
4
4
 
5
- ここからwidthとurlを
5
+ ここからwidthとurlを次のような結果として得たいです。
6
6
 
7
7
  ```php
8
8
 
@@ -16,7 +16,7 @@
16
16
 
17
17
  ```
18
18
 
19
- のような結果として得たいです。
19
+
20
20
 
21
21
 
22
22
 
@@ -96,9 +96,9 @@
96
96
 
97
97
  $result = [
98
98
 
99
- "170" => "https://rnary_190",
99
+ "190" => "https://rnary_190",
100
-
100
+
101
- "320" => "https://afget_200",
101
+ "200" => "https://afget_200",
102
102
 
103
103
  "160" => "https://jataw_160"
104
104
 
@@ -164,7 +164,7 @@
164
164
 
165
165
  $result = [
166
166
 
167
- "320" => "https://hafet_330"
167
+ "330" => "https://hafet_330"
168
168
 
169
169
  "150" => "https://etafs_150"
170
170
 

1

誤字

2020/06/06 06:05

投稿

antonio
antonio

スコア9

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  ["url"]=>
40
40
 
41
- string(17) "https://rnary_170"
41
+ string(17) "https://rnary_190"
42
42
 
43
43
  ["width"]=>
44
44
 
@@ -56,7 +56,7 @@
56
56
 
57
57
  ["url"]=>
58
58
 
59
- string(17) "https://afget_320"
59
+ string(17) "https://afget_200"
60
60
 
61
61
  ["width"]=>
62
62
 
@@ -96,9 +96,9 @@
96
96
 
97
97
  $result = [
98
98
 
99
- "170" => "https://rnary_170",
99
+ "170" => "https://rnary_190",
100
-
100
+
101
- "320" => "https://afget_320",
101
+ "320" => "https://afget_200",
102
102
 
103
103
  "160" => "https://jataw_160"
104
104
 
@@ -124,7 +124,7 @@
124
124
 
125
125
  ["url"]=>
126
126
 
127
- string(17) "https://hafet_320"
127
+ string(17) "https://hafet_330"
128
128
 
129
129
  ["width"]=>
130
130
 
@@ -164,7 +164,7 @@
164
164
 
165
165
  $result = [
166
166
 
167
- "320" => "https://hafet_320"
167
+ "320" => "https://hafet_330"
168
168
 
169
169
  "150" => "https://etafs_150"
170
170
 
@@ -178,7 +178,7 @@
178
178
 
179
179
  ###試したこと
180
180
 
181
- 三項演算子次のような確認を入れてみたのですが、$urlの取得はできているものの、それを同じループの中で`if( $k === "width" )`に渡すことができないため挫折しました。
181
+ ループ処理実践したみたのですが、$urlの取得はできているものの、それを同じループの中で`if( $k === "width" )`に渡すことができないため挫折しました。
182
182
 
183
183
  ```php
184
184