Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

PHP CLI: Create Command Line Interface Scripts with PHP

Posted By: Grev27
PHP CLI: Create Command Line Interface Scripts with PHP

Rob Aley, "PHP CLI: Create Command Line Interface Scripts with PHP"
English | ISBN: 1484222377 | 2016 | PDF/EPUB | 62 pages | 3 MB/0.4 MB

This concise book shows you how to create PHP command line interface (CLI) scripts, including user interaction and scripts to automate and assist your workflow. Learn to quickly create useful and effective command line software and scripts using the world's most popular web scripting language, PHP. Enjoy the benefits of writing CLI scripts in PHP: save money by redeploying existing skills, not learning new ones. Save time and increase productivity by using a high-level language. Make money by providing your clients with a full-stack service.

What You'll Learn
Learn about the PHP CLI SAPI
Find out how to use it to run PHP scripts off-line
Easily deal with user input and console output
Work with helper libraries and software
Find out the differences between programming for the web and for the CLI

Who This Book Is For

Experienced PHP programmers and web developers.

PHP