PHP

From Rixort Wiki
Revision as of 09:40, 5 June 2023 by Paul (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PHP is a programming language predominantly designed and used for web development.

Using environment variables in INI files

PHP INI configuration files can take their values from environment variables using ${ENV_VAR}, e.g.

 date.timezone = ${DATE_TIMEZONE}

Articles