Re: [PHP-DB] Fonction timer

2003-12-02 Thread Ignatius Reilly
Dear friend, you're besides the point and needlessly condescending.
Michel was asking about something very different: PHP cron jobs, not time
intervals.

Ignatius
_
- Original Message -
From: "Ivan Fomitchev" <[EMAIL PROTECTED]>
To: "Michel GUIRAUDOU" <[EMAIL PROTECTED]>
Sent: Tuesday, December 02, 2003 19:23
Subject: Re: [PHP-DB] Fonction timer


> Hello Michel,
>
> MG> J'ai regardй la doc php, et je n'ai pas trouvй de fonction timer.
> MG> Je souhaite lancer un timer а l'expiration duquel j'exйcuterai un
programme.
> MG> Est ce possible? Y a t'il des fonctions ou des morceaux de programme
> MG> facileme а reprendre
> MG> pour faire зa?
>
> Дорогой друг! Ты, вероятно, не там искал. Тебе стоит попробовать функции
> time или microtime (в том случае, если тебе нужно более точное определение
> временного интервала).
>
> MG> Merci pour votre aide,
>
> Пожалуйста.
>
> --
> Best regards,
>  Ivan  mailto:[EMAIL PROTECTED]
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] Fonction timer

2003-12-02 Thread Ivan Fomitchev
Hello Michel,

MG> J'ai regardй la doc php, et je n'ai pas trouvй de fonction timer.
MG> Je souhaite lancer un timer а l'expiration duquel j'exйcuterai un programme.
MG> Est ce possible? Y a t'il des fonctions ou des morceaux de programme
MG> facileme а reprendre
MG> pour faire зa?

Дорогой друг! Ты, вероятно, не там искал. Тебе стоит попробовать функции
time или microtime (в том случае, если тебе нужно более точное определение
временного интервала).

MG> Merci pour votre aide,

Пожалуйста.

-- 
Best regards,
 Ivan  mailto:[EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] Fonction timer

2003-12-02 Thread Ignatius Reilly
PHP est un langage de programmation, pas un daemon.

Le plus simple est de créer des tâches automatisées qui exécutent des
scripts PHP.
Sous Windows 2000 c'est très facile: Scheduled Task > Command prompt >
(terminer)
Ensuite tu édites la scheduled task: Properties > Run > c:/php/php.exe
c:/tasks/myscript.php

HTH
Ignatius
_
- Original Message -
From: "Michel GUIRAUDOU" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 02, 2003 16:09
Subject: [PHP-DB] Fonction timer


>
> Bonjoour la liste,
>
> J'ai regardé la doc php, et je n'ai pas trouvé de fonction timer.
> Je souhaite lancer un timer à l'expiration duquel j'exécuterai un
programme.
> Est ce possible? Y a t'il des fonctions ou des morceaux de programme
> facileme à reprendre
>  pour faire ça?
>
> Merci pour votre aide,
>
>  Message Classification:
>  [X] General Public Use
>  [ ] Motorola Internal Use Only
>  [ ] Motorola Confidential Proprietary
>
> Michel GUIRAUDOU
>
> MOTOROLA LABS
> (RASSEL) Radio Access System and Spectrum Engineering Lab
>
> Parc Les Algorithmes
>91193 Gif sur Yvette Cedex
>
> Tel: 33.(0)1.69.35.48.23
> Fax: 33.(0)1.69.35.25.01
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Fonction timer

2003-12-02 Thread Michel GUIRAUDOU

Bonjoour la liste,

J'ai regardé la doc php, et je n'ai pas trouvé de fonction timer.
Je souhaite lancer un timer à l'expiration duquel j'exécuterai un programme.
Est ce possible? Y a t'il des fonctions ou des morceaux de programme
facileme à reprendre
 pour faire ça?

Merci pour votre aide,

 Message Classification:
 [X] General Public Use
 [ ] Motorola Internal Use Only
 [ ] Motorola Confidential Proprietary

Michel GUIRAUDOU

MOTOROLA LABS
(RASSEL) Radio Access System and Spectrum   Engineering Lab

Parc Les Algorithmes
   91193 Gif sur Yvette Cedex

Tel: 33.(0)1.69.35.48.23
Fax: 33.(0)1.69.35.25.01

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php