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

  1. Learn how to use the PHP interactive shell
  2. Create a mini webserver using just the PHP command line interface
  3. Learn how to debug and explore PHP built in functions using the command line interface

Recommended Knowledge

  1. Basic knowledge of the commandline

Related Courses

  1. PHP Control Structures
  2. PHP Strings For Beginners