This repository has been archived on 2026-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Docker_Compose/PHP56_e_MySQL/README.md
2025-10-19 17:54:53 +01:00

5 lines
173 B
Markdown

# PHP5.6 e MySQL
## Cose interessanti
1. si può accedere alle variabile di ambiente del container con PHP facendo
```<?php echo ('ENV' . getenv(NOMEVARIABILE) ); ?>```