Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
you can find a browscap.ini file at http://www.garykeith.com/browsers/downloads.asp.
prev
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta