PHP code example of infrajs / path
1. Go to this page and download the library: Download infrajs/path library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
infrajs / path example snippets
if (!is_file('vendor/autoload.php')) {
chdir('../../../'); //Согласно фактическому расположению файла
}
//Подключаемый скрипт из корня может работать без autoload.php и правильная рабочая дирректория не гарантирует что autoload.php уже подключен
explode('?', $src, 2)
vendor/autoload.php