Polling a running php cli script

Posted by B_ on Stack Overflow See other posts from Stack Overflow or by B_
Published on 2010-04-14T06:36:58Z Indexed on 2010/04/14 6:43 UTC
Read the original article Hit count: 585

Filed under:
|

I want to run a php script from the command line that is always running and constantly updating a variable.

I then want any php script that is run in the meantime (probably but not necessarily from the web) to be able to read that variable at any time.

Anyone know how I can do this?

Thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about php-cli