De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
the script getpdf.php just returns the pdf document.
the page contains the text "times roman outlined" in an outlined, 30pt font.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
Advertencia: contiene formato HTML invisible
this language construct terminates parsing of the script. it does not return.
exit statuses should be in the range 1 to 254, the exit status 255 is reserved by php and shall not be used.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
참고: if the script is terminated with exit(), auto-append will not occur.
if the script is terminated with exit(), auto-append will not occur.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
the expected output from the above example (assuming the script is not run with root privileges):
socket_bind() failed: reason:
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
it does not change the working directory to that of the script. (-c switch kept for compatibility)
there are certain php.ini directives which are overriden by the cli sapi because they do not make sense in shell environments:
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
set cookie parameters defined in the php.ini file. the effect of this function only lasts for the duration of the script.
see also the configuration directives session.cookie_lifetime, session.cookie_path, session.cookie_domain, session.cookie_secure, and session_get_cookie_params().
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
second, the connection to the sql server will not be closed when the execution of the script ends. instead, the link will remain open for future use.
instead, the link will remain open for future use.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
once php is working at the command line, try accessing the script via the browser again. if it still fails then it could be one of the following:
once php is working at the command line, try accessing the script via the browser again.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
note that this isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution.
ifx_close() will not close persistent links generated by ifx_pconnect().
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
the link to the server will be closed as soon as the execution of the script ends, unless it's closed earlier by explicitly calling fbsql_close().
see also fbsql_pconnect() and fbsql_close().
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
if enctype is set to multipart/form-data in html forms, mbstring does not convert character encoding in post data. the user must convert them in the script, if conversion is needed.
mbstring.detect_order mbstring.detect_order defines default character code detection order.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
using fbsql_close() isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution.
?php $link = fbsql_connect ("localhost", "_system", "secret") or die ("could not connect"); print ("connected successfully"); fbsql_close ($link);?
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
Advertencia: contiene formato HTML invisible
a note on word processors: word processors such as staroffice writer, microsoft word and abiword are not good choices for editing php files. if you wish to use one for this test script, you must ensure that you save the file as plain text or php will not be able to read and execute the script.
if you wish to use one for this test script, you must ensure that you save the file as plain text or php will not be able to read and execute the script.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
a function error can indicate whether a system may be running a specific database engine, or give clues as to how a web page or programmed or designed. this allows for deeper investigation into open database ports, or to look for specific bugs or weaknesses in a web page. by feeding different pieces of bad data, for example, an attacker can determine the order of authentication in a script, (from the line number errors) as well as probe for exploits that may be exploited in different locations in the script.
a function error can indicate whether a system may be running a specific database engine, or give clues as to how a web page or programmed or designed.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad: