1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * Path to the 'app' folder
 */
echo app_path();
/**
 * Path to the project's root folder
 */
echo base_path();
/**
 * Path to the 'public' folder
 */
echo public_path();
/**
 * Path to the 'app/storage' folder
 */
echo storage_path();

Tulisan Lain   PHPjs : Kumpulan Cara Implementasi Fungsi PHP di JavaScript

By alfach

Leave a Reply

Your email address will not be published. Required fields are marked *