Back to Joomla project (class list)

Class Transliterate - list of methods

Class to transliterate strings
Package: Joomla\CMS\Language
Copyright: (C) 2010 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Language/Transliterate.php
Project: Joomla

Method Summary

public static string
(mixed $string, mixed $case = 0)

Returns strings transliterated from UTF-8 to Latin
Parameters
  • string $string String to transliterate
  • int $case Optionally specify upper or lower case. Default to null.
Returns
  • string Transliterated string
Since
  • 1.7.0
Show source code of this method: utf8_latin_to_ascii Source Code

Tags Summary

Since
1.7.0