CharacterSets
in package
Lookup and conversion between character set names for different problem domains
Copyright 2022-2022 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- $toMbString : array<string|int, mixed>
- toMbstring() : string
Properties
$toMbString
private
static array<string|int, mixed>
$toMbString
= ['utf8mb3' => 'utf-8', 'utf8mb4' => 'utf-8', 'utf8' => 'utf-8']
Methods
toMbstring()
public
static toMbstring(string $identifier) : string
Parameters
- $identifier : string