PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Dmitry Mamontov   PHP Asynchronous Task 7   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Asynchronous Task 7
Execute parallel task using a sub-class
Author: By
Last change:
Date: 5 years ago
Size: 111 bytes
 

Contents

Class file image Download
<?php

$loader
= include dirname(__DIR__).'/vendor/autoload.php';
$loader->add('AsyncTask\\Example', __DIR__);