PHP Classes

File: vendor/nikic/php-parser/lib/bootstrap.php

Recommend this page to a friend!
  Classes of Renato De Oliveira Lucena   PHP Pokemon Script   vendor/nikic/php-parser/lib/bootstrap.php   Download  
File: vendor/nikic/php-parser/lib/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Pokemon Script
Provides an API to manage a database of Pokemons
Author: By
Last change:
Date: 6 years ago
Size: 139 bytes
 

Contents

Class file image Download
<?php

if (!class_exists('PhpParser\Autoloader')) {
    require
__DIR__ . '/PhpParser/Autoloader.php';
}
PhpParser\Autoloader::register();