PHP Classes

File: vendor/react/promise/tests/bootstrap.php

Recommend this page to a friend!
  Classes of Stanley Aloh   Tic Tac Toe Multiplayer   vendor/react/promise/tests/bootstrap.php   Download  
File: vendor/react/promise/tests/bootstrap.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Tic Tac Toe Multiplayer
Manage the interactions ofTic-Tac-Toe game players
Author: By
Last change:
Date: 9 days ago
Size: 192 bytes
 

Contents

Class file image Download
<?php

$loader
= @include __DIR__.'/../vendor/autoload.php';
if (!
$loader) {
   
$loader = require __DIR__.'/../../../../vendor/autoload.php';
}
$loader->addPsr4('React\\Promise\\', __DIR__);