PHP Classes

File: test/bootstrap.php

Recommend this page to a friend!
  Classes of Jorge Castro   PHP Array One   test/bootstrap.php   Download  
File: test/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Array One
Perform several types of operations on arrays
Author: By
Last change:
Date: 1 year ago
Size: 186 bytes
 

Contents

Class file image Download
<?php

if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
    require_once
__DIR__ . '/../vendor/autoload.php';
} else {
    require_once
__DIR__ . '/../autoload.php';
}