i think the concept of this is VERY advanced for users here lol, i thought i was bad, but yea, you use this for multiple task such as down/up streaming simultaneously. i never really worked on projects that needs to use such a method but thanks for sharing.. Good code
litewarez Reviewed by litewarez on . [PHP] Threading Class Ok most people would think threading in php is dificult or not possible so I whipped up this class for one of my projects in about 10 mins. Enjoy. <?php class Thread { private $pid = false; private $file = false; private $kill = true; /* Usage (callback function): $thread1 = new Thread('function','argument1','argument2'); Rating: 5