質問編集履歴

1

試したコード、環境の詳細についてアップデートしました。

2019/04/02 12:54

投稿

clovismoment
clovismoment

スコア15

test CHANGED
File without changes
test CHANGED
@@ -34,6 +34,18 @@
34
34
 
35
35
  ### 試したこと
36
36
 
37
+ ``` "{$label} \n {$from}~{$to}"```
38
+
39
+ ``` "{$label} \r {$from}~{$to}"```
40
+
41
+ ``` "{$label} <br> {$from}~{$to}"```
42
+
43
+ ``` "{$label} <br/> {$from}~{$to}"```
44
+
45
+ ``` "{$label} PHP_EOL {$from}~{$to}"```
46
+
47
+ ```nl2br( "e({$label}) \n e({$from}~{$to}"))```
48
+
37
49
 
38
50
 
39
51
  \n , \r , <br> , <br/> , PHP_EOL , nl2br
@@ -46,6 +58,6 @@
46
58
 
47
59
 
48
60
 
49
- PHPは7、Laravelは5、MariaDBを使用しています。
61
+ PHPは7.1.27、Laravelは5.6.39、MariaDBを使用しています。
50
62
 
51
63
  宜しくお願い致します。