Vertaling van "The CLI SAPI" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
you will always have access to argc (number of arguments passed to the application) and argv (array of the actual arguments) in the CLI SAPI.
à cette directive, vous aurez toujours accès à la variable argc (représentant le nombre d'arguments passés à l'application) et argv (le tableau contenant les arguments passés) dans le CLI SAPI.
Since PHP 4.3.0 the CLI SAPI is no longer experimental and the option - enable-cli is on by default.
Depuis PHP 4.3.0, le CLI SAPI n'est plus expérimental, et l'option - enable-cli est activée par défaut.
The CLI SAPI does not change the current directory to the directory of the executed script!
Le CLI SAPI ne transforme pas le dossier courant en dossier d'exécution du script !
The CLI SAPI defines a few constants for I/O streams to make programming for the command line a bit easier.
Le CLI SAPI définit quelques constantes pour les flux I/O pour rendre la programmation en ligne de commande plus facile. Constantes spécifiques CLI
There are quite a few differences between the CLI SAPI and other SAPIs which are explained in this chapter.
Les différences entre le CLI SAPI et les autres SAPI sont expliqués dans ce chapitre.
As of PHP 5.4.0, the CLI SAPI provides a built-in web server.
Depuis PHP 5.4.0, le CLI SAPI fournit un serveur web interne.
Interactive shell As of PHP 5.1.0, the CLI SAPI provides an interactive shell using the -a option if PHP is compiled with the - with-readline option.
Depuis PHP 5.1.0, le CLI SAPI fournit un shell interactif lors de l'utilisation de l'option -a si PHP a été compilé avec l'option - with-readline.
Though the CGI SAPI provides a way to suppress HTTP headers, there's no equivalent switch to enable them in the CLI SAPI.
Bien que le CGI SAPI fournisse un moyen de supprimer les en-têtes HTTP, il n'y a pas moyen d'activer les en-têtes HTTP dans le CLI SAPI.
Notă: -r is available in the CLI SAPI, but not in the CGI SAPI.
Note: -r est disponible avec le CLI SAPI mais pas avec le SAPI CGI.
Setting these optional parameters is limited to the CLI SAPI.
Le fait de définir des paramètres optionnels est limité au SAPI CLI.
are registered and filled in with the appropriate values when using the CLI SAPI.
sont définies et remplies avec les valeurs appropriées, en utilisant CLI SAPI.
Using the CLI sapi, this defaults to the directory from which the script was called.
En utilisant la version CLI, le chemin sera calculé par rapport au dossier d'appel du script.
The PHP variables $argc and $argv are registered and filled in with the appropriate values when using the CLI SAPI.
Les variables PHP $argc et $argv sont automatiquement définies et remplies avec les valeurs appropriées, lors de l'utilisation du SAPI CLI.