Vertaling van "cli sapi" in Spaans
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.
cli.pager and cli.prompt for CLI SAPI using readline in interactive mode.
cli.pager y cli.prompt para la SAPI CLI usando readline en modo interactivo.
CLI SAPI doesn't terminate any more on fatal errors when using interactive mode with readline support.
La SAPI CLI ya no finaliza con errores fatales al usar el modo interactivo con soporte de readline.
Using the CLI sapi, this defaults to the directory from which the script was called.
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.
The CLI SAPI does not change the current directory to the directory of the executed script.
La SAPI CLI no cambia el directorio actual a aquel en el que se encuentra el script ejecutado.
There are certain php.ini directives which are overridden by the CLI SAPI because they do not make sense in shell environments
Hay ciertas directivas de php.ini que se ignoran en la SAPI CLI debido a que no tienen sentido en un entorno de consola
The PHP variables $argc and $argv are registered and filled in with the appropriate values when using the CLI SAPI.
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.
Las variables de PHP $argc y $argv se establecen automáticamente al valor apropiado cuando se utiliza la SAPI CLI.
The CLI SAPI defines a few constants for I/O streams to make programming for the command line a bit easier.
SAPI CLI define algunas constantes para flujos de E/S que simplifican la programación en línea de comandos.
As of PHP 5.4.0, the CLI SAPI provides the php.ini settings cli.pager and cli.prompt.
Ya en PHP 5.4.0, la SAPI CLI provee las configuraciones de php.ini, cli.pager y cli.prompt.
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.
Desde PHP 5.1.0, SAPI CLI ofrece una consola interactiva si se usa con el modificador -a y PHP está compilado con la opción - with-readline.
As of PHP 5.4.0, the CLI SAPI provides a built-in web server.
Desde PHP 5.4.0, la SAPI CLI provee un servidor web embebido.
There are quite a few differences between the CLI SAPI and other SAPIs which are explained in this chapter.
En este capítulo se explican las diferencias que hay entre la SAPI CLI y otras SAPI.