Recherche

Voici les résultats de votre recherche.

Résultats plein texte:

Parlons-en - Construire un Framework PHP Modulaire, partie 3 @fr:blog:2025:02:03
11 Occurrences trouvées, Dernière modification :
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 Occurrences trouvées, Dernière modification :
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 Occurrences trouvées, Dernière modification :
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 Occurrences trouvées, Dernière modification :
Elle gère nos fichiers de configuration au format JSON : ++++ Source: Config.php | <file php src/Config