Search

You can find the results of your search below.

Fulltext results:

Parlons-en - Construire un Framework PHP Modulaire, partie 3 @fr:blog:2025:02:03
11 Hits, Last modified:
array('Content-Type: application/json', 'HTTP/1.1 403 Forbidden'), ); ... ion est exécutée et nous renvoyons le résultat en JSON avec le code HTTP approprié. ===== Gestion de l... if (is_array($value)) { $value = json_encode($value, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT); } $this->params[] = $value;
Parlons-en – Construire un Framework PHP Modulaire, partie 2 @fr:blog:2025:01:28
3 Hits, Last modified:
s_object($string)){ $string = json_encode($string, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT); } echo $string;
Réutiliser d’anciennes imprimantes avec un Raspberry Pi @fr:blog:2025:01:20
1 Hits, Last modified:
nstall.sh sudo chown <username>:<username> config.json ./monitor.py --install ./monitor.py --start </cod
Parlons-en – Construire un Framework PHP Modulaire de A à Z @fr:blog:2025:01:24
1 Hits, Last modified:
Elle gère nos fichiers de configuration au format JSON : ++++ Source: Config.php | <file php src/Config