PHP  
downloads | documentation | faq | getting help | mailing lists | | php.net sites | links 
search for in the  
previoushw_api->userlisticonv_get_encodingnext
Last updated: Tue, 03 Sep 2002
view the printer friendly version or the printer friendly version with notes or change language to English | Brazilian Portuguese | Chinese | Czech | Dutch | Finnish | French | German | Hungarian | Japanese | Korean | Polish | Romanian | Russian | Spanish | Swedish | Turkish

XL. funzioni iconv

Qesto moudlo contiene un'interfaccia con le funzioni della libreria iconv. Per essere abilitati ad usare queste funzioni definite in questo modulo si deve compilare l'interprete PHP usando l'opzione --with-iconv. Per fare cos�, devi avere la funzione iconv() nella libreria standard di C o libriconv installata sul tuo sistema. La libreria libiconv � reperebile presso l'indirizzo .

La libreria iconv converte i file tra vari set di caratteri. I set di caratteri supportati dipendono dall'implementazione di iconv() sul tuo sistema. Nota che la funzione iconv() non � utilizzabile come ti aspetti su alcuni sistemi. In questo caso, dovresti installare la libreria libiconv.

Sommario
iconv_get_encoding -- Visualizza l'attuale impostazione per la conversione dei caratteri codificati
iconv_set_encoding -- Setta l'attuale impostazione per la conversione dei caratteri codificati
iconv -- Converte una stringa nel set di caratteri richiesto
ob_iconv_handler -- Converte caratteri codificati come un output buffer handler
User Contributed Notes
funzioni iconv
add a note about notes
[email protected]
25-Jul-2002 03:39

To compile libiconv under Slackware 7.0 or 8.0 without errors (either with the apache module of PHP or the CGI version), you must specify the full path of the libiconv installation.

Exemple :

--with-iconv=/usr/local

[email protected]
26-Jul-2002 04:07

If you use the libiconv library instead of the libc's iconv support, don't forget to use libiconv() instead of iconv()
add a note about notes
previoushw_api->userlisticonv_get_encodingnext
Last updated: Tue, 03 Sep 2002
show source | credits | stats | mirror sites
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by:
Last updated: Fri Sep 6 12:35:50 2002 CEST