PHP Classes

some questions about this package

Recommend this page to a friend!

      PHP Async Task  >  All threads  >  some questions about this package  >  (Un) Subscribe thread alerts  
Subject:some questions about this package
Summary:some questions about this package
Messages:2
Author:behnamy
Date:2015-07-06 11:49:23
 

  1. some questions about this package   Reply   Report abuse  
Picture of behnamy behnamy - 2015-07-06 11:49:23
Hi Dmitry, thanks for this great class.
I have some questions about this package:

1- what do this below code in example.php? $task->execute(array(100, 'task 1: '));

I mean what is that 100 and 'task 1: '? where can I give my script's url that is going to start asynchronously?

2-Do this package works in windows? or is there any SIMPLE alternative solution that this packages works in windows just as my developing enviroment?

3-how to use this package without composer? just require_once('src/AsyncTask.php'); ?

  2. Re: some questions about this package   Reply   Report abuse  
Picture of behnamy behnamy - 2015-07-19 10:50:23 - In reply to message 1 from behnamy
UP :|
I don't know how to use it :(
what do this below code in example.php?
$task->execute(array(100, 'task 1: '));