Esto es, después de haber finalizado el script de PHP.
That is after your PHP script has finished working.
Abre tu editor de textos preferido e introduce el siguiente script de PHP
Open your text editor of choice and enter the following PHP script
Se puede crear un script de PHP y ejecutarlo sin necesidad de un servidor o navegador.
You can make a PHP script to run it without any server or browser.
Así, si se produce algún error en un script de PHP, este no afectará al funcionamiento de los demás scripts.
Thus, an error in one PHP script does not affect the work of other scripts.
Configurarlo usando putenv() desde un script de PHP no funcionará.
Setting it using putenv() from within a PHP script will not work.
Velocidad de carga, que puede causar tiempos de espera de tu script de PHP o navegador
Upload speed, which can cause timeouts from your PHP script or your browser
En una reconexión subsiguiente de un script de PHP, se establecerá una conexión a una instancia de una base de datos superviviente.
On a subsequent PHP script re-connect, a connection to a surviving database instance will be established.
Esto permite que la base de datos maneje otras sentencias de usuarios mientras que el script de PHP está procesando el conjunto de filas actual.
This allows the database to handle other users' statements while the PHP script is processing the current set of rows.
Por ejemplo, un sencillo script de PHP que requiere una tabla podría producir la siguiente salida de rastreo
For example, a simple PHP script that queries a table might produce the following trace output
Copia de seguridad de ajustes y cifras de ventas mediante script de PHP (disponible para descarga libre)
Backup of the settings and sales via PHP script (available to download for free)
Normalmente, para utilizar un fichero externo dentro de un script de PHP, se debería usar include
Normally, to use an external file within a PHP script, you would use include
El script de PHP que recibe el fichero subido debería implementar cualquier lógica necesaria para determinar qué se debe hacer con el fichero subido.
The PHP script which receives the uploaded file should implement whatever logic is necessary for determining what should be done with the uploaded file.
Este no recibe el código real (el script de PHP), sino el resultado de la ejecución del mismo.
As a result, this content doesn't contain a code (the PHP script), but instead just receives the results of the coding.