There are times when a program needs to interact with user from command line or Standard Input (STDIN) / output (STDOUT). As we have learned how to use PHP from command line in previous post, This post will focus on how to read and write on Standard Input Output using PHP. There is a concept […]
CLI
How to use PHP from command Line?
As we all know that PHP is a server side scripting language and we usually run it behind the Web Servere like Apache . Since PHP is comparatively easy to learn, has less turn around time and have wide range of functions available for quicly building web pages, Its generally considered as a programming language […]