PHP Command Line Basics
3 Tutorials
34 minutes
PHP tutorial videos that demonstrate the PHP command line interface (CLI).
PHP tutorial videos that demonstrate the PHP command line interface (CLI) In these tutorials we look at the internal php server, the interactive mode and more.
Learning outcomes
- Learn how to use the PHP interactive shell
- Create a mini webserver using just the PHP command line interface
- Learn how to debug and explore PHP built in functions using the command line interface
Recommended Knowledge
- Basic knowledge of the commandline
Related Courses
- PHP Control Structures
- PHP Strings For Beginners