PHP Classes

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

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Simple PHP Chat with Websocket   vendor/react/promise/src/functions_include.php   Download  
File: vendor/react/promise/src/functions_include.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Simple PHP Chat with Websocket
Implements a chat system using Websockets
Author: By
Last change:
Date: 19 hours ago
Size: 97 bytes
 

Contents

Class file image Download
<?php

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