25-03-2025
This commit is contained in:
@@ -178,6 +178,21 @@ Si PHP n'est pas interprété, redémarrer le mac.
|
||||
|
||||
|
||||
|
||||
### PHP interactif:
|
||||
|
||||
Executer PHP dans le terminal.
|
||||
|
||||
```bash
|
||||
$ php -a
|
||||
Interactive shell
|
||||
|
||||
php > $var = 'ABCDEFGH:/MNRPQR/';
|
||||
php > echo "Original: $var<hr />\n";
|
||||
Original: ABCDEFGH:/MNRPQR/<hr />
|
||||
```
|
||||
|
||||
|
||||
|
||||
### Changer de version:
|
||||
|
||||
*PHP switcher script*:
|
||||
|
||||
Reference in New Issue
Block a user