Compdigitec Labs

« | Home | »

Simple timer script for command-line PHP

By admin | November 12, 2008

Are you looking for a simple timer script written in command-line PHP? If so, here is one pre-written (released under the GPL v2 or later):

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
define("endl","\n");
// Timer script
if($argv[1] == "") {
    echo "Usage: ".$argv[0]." minutes".endl;
    die();
}
$dtime = strtotime("+".$argv[1]." minute");
 
while(true) {
    echo "Enter to check time: ";
    $tt = fgets(STDIN);
    $i = date("i",$dtime-time());
    $s = date("s",$dtime-time());
    echo "$i minutes, $s seconds".endl;
}
?>

Usage: When launching use first parameter as number of minutes to count (0-59 min). Press enter to check the time.

If you found this script useful or helpful, please help Compdigitec by spreading the word. Don’t forget to subscribe to Compdigitec Labs for more interesting articles!

If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!

Topics: PHP | 9 Comments »

9 Responses to “Simple timer script for command-line PHP”

  1. Mary Says:
    March 31st, 2025 at 09:13

    … [Trackback]

    […] Find More Info here on that Topic: compdigitec.com/labs/2008/11/12/simple-timer-script-for-command-line-php/ […]

  2. 1win Says:
    April 5th, 2025 at 05:59

    … [Trackback]

    […] Information to that Topic: compdigitec.com/labs/2008/11/12/simple-timer-script-for-command-line-php/ […]

  3. ricky casino Says:
    April 11th, 2025 at 09:19

    … [Trackback]

    […] Find More Info here to that Topic: compdigitec.com/labs/2008/11/12/simple-timer-script-for-command-line-php/ […]

  4. ufabet777 Says:
    April 16th, 2025 at 19:11

    … [Trackback]

    […] Read More on on that Topic: compdigitec.com/labs/2008/11/12/simple-timer-script-for-command-line-php/ […]

  5. Blub Says:
    May 2nd, 2025 at 05:59

    … [Trackback]

    […] Here you can find 95526 additional Info on that Topic: compdigitec.com/labs/2008/11/12/simple-timer-script-for-command-line-php/ […]

  6. เว็บพนันออนไลน์เว็บตรง Says:
    May 9th, 2025 at 22:42

    … [Trackback]

    […] Find More on that Topic: compdigitec.com/labs/2008/11/12/simple-timer-script-for-command-line-php/ […]

  7. เว็บตรง สล็อต บาคาร่า Says:
    May 12th, 2025 at 21:09

    … [Trackback]

    […] Here you will find 9147 more Info on that Topic: compdigitec.com/labs/2008/11/12/simple-timer-script-for-command-line-php/ […]

  8. book of ra game Says:
    May 21st, 2025 at 10:45

    … [Trackback]

    […] Read More on that Topic: compdigitec.com/labs/2008/11/12/simple-timer-script-for-command-line-php/ […]

  9. hor kiepraam naar buiten Says:
    May 23rd, 2025 at 03:11

    … [Trackback]

    […] Info to that Topic: compdigitec.com/labs/2008/11/12/simple-timer-script-for-command-line-php/ […]

Comments