October 21 - ndgriffeth/Class-Notes-and-Lectures GitHub Wiki

Functions you should know for the midterm

By "know", I mean you should know at least what the required arguments and their types are, and what is returned when the function is successful and when it isn't. To get this information, use php.net

  • echo
  • print
  • var_dump
  • fopen
  • fgets
  • fwrite
  • fclose
  • explode
  • array
  • ereg
  • strcmp
  • strlen