Is it possible to have dynamic output with PHP-CLI?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
zeek
Forum Commoner
Posts: 48
Joined: Mon Feb 27, 2006 7:41 pm

Is it possible to have dynamic output with PHP-CLI?

Post by zeek »

I want to echo a status, ie. 5%, 20%, 80% completed, etc. on the command line. Is there a way to do this with php-cli?

In other words, is there a way to change text already outputted to the command-line?
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Post by jmut »

You could try this framework. Has some really fancy stuff concerning cli. Progress bar..as well

http://ez.no/doc/components/view/1.1/(f ... nitor.html
Post Reply