sunslayer commented on a Page, PHP Timer  -  Mar 19, 2011

heres an example

<?php
    function examp() {
        echo "Hello ";
    }
    class example {
        static public function E() {
            echo "World!\n";
        }
    }

    $timer = new timer(2,5);
    $timer->add("examp");
    $timer->add(array("example","E"));
    $timer->exec();
?>
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.