[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/Utf8/ -> Table.php (summary)

(no description)

File Size: 92 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 5 files
 inc/Utf8/tables/romanization.php
 inc/Utf8/tables/case.php
 inc/Utf8/tables/specials.php
 inc/Utf8/tables/loweraccents.php
 inc/Utf8/tables/upperaccents.php

Defines 1 class

Table:: (6 methods):
  upperCaseToLowerCase()
  lowerCaseToUpperCase()
  lowerAccents()
  upperAccents()
  romanization()
  specialChars()


Class: Table  - X-Ref

Provides static access to the UTF-8 conversion tables

Lazy-Loads tables on first access
upperCaseToLowerCase()   X-Ref
Get the upper to lower case conversion table

return: array

lowerCaseToUpperCase()   X-Ref
Get the lower to upper case conversion table

return: array

lowerAccents()   X-Ref
Get the lower case accent table

return: array

upperAccents()   X-Ref
Get the lower case accent table

return: array

romanization()   X-Ref
Get the romanization table

return: array

specialChars()   X-Ref
Get the special chars as a concatenated string

return: string