Extension:PhpTags/Functions

From Linux Web Expert

Revision as of 03:51, 9 July 2014 by imported>Pastakhov
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

  • 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