Vertaling van "la sapi cli" in Engels
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.
Hay ciertas directivas de php.ini que se ignoran en la SAPI CLI debido a que no tienen sentido en un entorno de consola
There are certain php.ini directives which are overridden by the CLI SAPI because they do not make sense in shell environments
Las variables de PHP $argc y $argv se establecen automáticamente al valor apropiado cuando se utiliza la SAPI CLI.
The PHP variables $argc and $argv are registered and filled in with the appropriate values when using the CLI SAPI.
Al usar la sapi CLI, éste es, por defecto, el directorio desde donde fue llamado el script.
Using the CLI sapi, this defaults to the directory from which the script was called.
Si se utiliza la sapi CLI, apuntará al directorio desde el que se ejecutó el script.
Using the CLI sapi, this defaults to the directory from which the script was called.
La SAPI CLI no cambia el directorio actual a aquel en el que se encuentra el script ejecutado.
The CLI SAPI does not change the current directory to the directory of the executed script.
Las variables de PHP $argc y $argv se establecen automáticamente al valor apropiado cuando se utiliza la SAPI CLI.
The PHP variables $argc and $argv are automatically set to the appropriate values when using the CLI SAPI.
Ya en PHP 5.4.0, la SAPI CLI provee las configuraciones de php.ini, cli.pager y cli.prompt.
As of PHP 5.4.0, the CLI SAPI provides the php.ini settings cli.pager and cli.prompt.
Desde PHP 5.4.0, la SAPI CLI provee un servidor web embebido.
As of PHP 5.4.0, the CLI SAPI provides a built-in web server.
En este capítulo se explican las diferencias que hay entre la SAPI CLI y otras SAPI.
There are quite a few differences between the CLI SAPI and other SAPIs which are explained in this chapter.
Establecer esta directiva a TRUE significa que los scripts ejecutados mediante la SAPI CLI siempre tienen acceso a argc (número de argumentos que se le pasan a la aplicación) y argv (array con los argumentos en sí).
TRUE Setting this to TRUE means that scripts executed via the CLI SAPI always have access to argc (number of arguments passed to the application) and argv (array of the actual arguments).
Este valor es TRUE de forma predeterminada cuando se opera bajo la SAPI CLI.
This value defaults to TRUE when operating under the CLI SAPI.
Este valor es igual a TRUE por defecto cuando se opera bajo la SAPI CLI.
This value defaults to TRUE when operating under the CLI SAPI.
Pese a que la SAPI CGI tiene un mecanismo para suprimir las cabeceras HTTP, no existe un equivalente para habilitarlas en la SAPI CLI.
Though the CGI SAPI provides a way to suppress HTTP headers, there's no equivalent switch to enable them in the CLI SAPI.