De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
enforce year 2000 compliance (will cause problems with non-compliant browsers)
this method is deprecated and is likely to be unsupported in future versions of php / zend.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
you can find a browscap.ini file at http://www.garykeith.com/browsers/downloads.asp.
prev
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
while browscap.ini contains information on many browsers, it relies on user updates to keep the database current. the format of the file is fairly self-explanatory.
the following example shows how one might list all available information retrieved about the user 's browser.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
although, browsers are smart enough to detect character encoding in html. charset is better to be set in http header. change default_charset according to character encoding.
mbstring.func_overload overload( replace) single byte functions by mbstring functions. mail(), ereg(), etc. are overloaded by mb_send_mail(), mb_ereg(), etc.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
ob_gzhandler() is intended to be used as a callback function for ob_start() to help facilitate sending gz-encoded data to web browsers that support compressed web pages. before ob_gzhandler() actually sends compressed data, it determines what type of content encoding the browser will accept ("gzip", "deflate" or none at all) and will return it's output accordingly. all browsers are supported since it's up to the browser to send the correct header saying that it accepts compressed web pages.
before ob_gzhandler() actually sends compressed data, it determines what type of content encoding the browser will accept ("gzip", "deflate "or none at all) and will return it's output accordingly.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
Advertencia: contiene formato HTML invisible