Arrays, Function, Regex, Forms, Files, Cookies, and Web-site Architecture




CS174

Chris Pollett

Mar 1, 2021

Outline

PHP Arrays

Yet More on PHP Arrays

Iterating Through Arrays

Functions

Variable Scope

Quiz

Which of the following statements is true?

  1. Contents of a file portion being executed in PHP Copy mode are copied to the output stream as is.
  2. To cycle through the elements of an array in PHP you should use a for-in loop.
  3. Variable interpolation can occur within single quoted string literals in PHP.

Pattern Matching