Extension:PhpTags/Functions

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • array — Create an array
  • list — Assign variables as if they were an array
  • empty — Determine whether a variable is empty
  • isset — Determine if a variable is set and is not NULL
  • unset — Unset a given variable
  • echo — Output one or more strings
  • print — Output a string