Home  >  Q&A  >  body text

environment variables

$_ENV['username'] = 'admin';

Environment variables are valid in all pages, so is the environment username stored in memory or in a file?

小邓小邓1883 days ago1082

reply all(1)I'll reply

  • 依依惜别离

    依依惜别离2019-09-18 09:13:09

    Internally in PHP, variables are stored in a container called zval

    reply
    1
  • Cancelreply