PHP Classes

File: vendor/react/promise/src/functions_include.php

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

Contents

Class file image Download
<?php

if (!\function_exists('React\Promise\resolve')) {
    require
__DIR__.'/functions.php';
}