[ Index ]
 

Code source de phpMyAdmin 2.10.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/libraries/ -> charset_conversion.lib.php (sommaire)

Charset conversion functions.

Poids: 325 lignes (12 kb)
Inclus ou requis: 2 fois
Référencé: 0 fois
Nécessite: 3 fichiers
 libraries/iconv_wrapper.lib.php
 libraries/header.inc.php
 libraries/footer.inc.php

Définit 4 fonctions

  PMA_convert_display_charset()
  PMA_convert_charset()
  PMA_convert_string()
  PMA_convert_file()

Fonctions
Fonctions qui ne font pas partie d'une Classe:

PMA_convert_display_charset($what)   X-Ref
Converts encoding according to current settings.

author: nijel
param: mixed    what to convert (string or array of strings or object returned by mysql_fetch_field)
return: string   converted string or array of strings

PMA_convert_charset($what)   X-Ref
Converts encoding of text according to current settings.

author: nijel
param: string   what to convert
return: string   converted text

PMA_convert_string($src_charset, $dest_charset, $what)   X-Ref
Converts encoding of text according to parameters with detected
conversion function.

author: nijel
param: string   source charset
param: string   target charset
param: string   what to convert
return: string   converted text

PMA_convert_file($src_charset, $dest_charset, $file)   X-Ref
Converts encoding of file according to parameters with detected
conversion function. The old file will be unlinked and new created and
its file name is returned.

author: nijel
param: string   source charset
param: string   target charset
param: string   file to convert
return: string   new temporay file



Généré le : Mon Nov 26 15:18:20 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics