PHP
composer 1 memory limit
## issuecomposer will run into memory limit due to memory leak when checking lot of package. ## ...
install in centos
# Centos 8 Stream ``sudo dnf upgrade --refresh -y`` EPEL ``sudo dnf install https://dl.fedorap...
Laragon to Open 2 Different System with different PHP version
Terminal Project with PHP7.4```cmd.exe /k "set PATH=C:\laragon\bin\php\php-7.4.33-nts-Win32-vc15-...
preg_replace
```phppreg_replace('//\W|_/', '', '') // remove non-alphanumeric preg_replace("/[^A-Za-z0-9 ]/",...