UConverter::transcode

(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1)

UConverter::transcodeConvertit une chaîne depuis un jeu de caractères vers un autre jeu de caractères

Description

public static UConverter::transcode(
    string $str,
    string $toEncoding,
    string $fromEncoding,
    array $options = ?
): string

Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

Liste de paramètres

str

toEncoding

fromEncoding

options

Valeurs de retour

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top