質問編集履歴
2
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,7 +12,9 @@
|
|
12
12
|
2. index.php内で定義されているメソッドはFastRouteライブラリのメソッドで呼び出しは可能な事
|
13
13
|
|
14
14
|
【ソース】
|
15
|
-
```php
|
15
|
+
```php
|
16
|
+
//index.php
|
17
|
+
|
16
18
|
require './vendor/autoload.php';
|
17
19
|
|
18
20
|
function route()
|
1
不要な文言
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,7 +4,6 @@
|
|
4
4
|
|
5
5
|
【環境】
|
6
6
|
・Web Server: Apache
|
7
|
-
・OS : CentOs7
|
8
7
|
・PHP : PHP 7.2
|
9
8
|
|
10
9
|
|