質問編集履歴

1

var_dump()で得られたregister_userの値の修正( test を hoge に修正)

2020/03/25 05:59

投稿

s9OrcL
s9OrcL

スコア5

test CHANGED
File without changes
test CHANGED
@@ -282,7 +282,7 @@
282
282
 
283
283
  ["song_id"]=> int(1)
284
284
 
285
- ["register_user"]=> string(4) "test"
285
+ ["register_user"]=> string(4) "hoge"
286
286
 
287
287
  ["song_name"]=> string(6) "白日"
288
288
 
@@ -294,7 +294,7 @@
294
294
 
295
295
  ["song_id"]=> int(2)
296
296
 
297
- ["register_user"]=> string(4) "test"
297
+ ["register_user"]=> string(4) "hoge"
298
298
 
299
299
  ["song_name"]=> string(9) "冬の花"
300
300
 
@@ -306,7 +306,7 @@
306
306
 
307
307
  ["song_id"]=> int(3)
308
308
 
309
- ["register_user"]=> string(4) "test"
309
+ ["register_user"]=> string(4) "hoge"
310
310
 
311
311
  ["song_name"]=> string(3) "蕾"
312
312
 
@@ -316,6 +316,8 @@
316
316
 
317
317
  }
318
318
 
319
+ ※修正しました。
320
+
319
321
 
320
322
 
321
323
  **ユーザーfuga(データ:1件) ⇒ 取得結果:0件**