| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
| Copyright: | (c) phpBB Limited |
| License: | GNU General Public License, version 2 (GPL-2.0) |
| File Size: | 1509 lines (43 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Class: utf_normalizer - X-Ref
Unicode normalization routines| cleanup(&$str) X-Ref |
| Validate, cleanup and normalize a string The ultimate convenience function! Clean up invalid UTF-8 sequences, and convert to Normal Form C, canonical composition. param: string &$str The dirty string return: string The same string, all shiny and cleaned-up |
| nfc(&$str) X-Ref |
| Validate and normalize a UTF string to NFC param: string &$str Unchecked UTF string return: string The string, validated and in normal form |
| nfkc(&$str) X-Ref |
| Validate and normalize a UTF string to NFKC param: string &$str Unchecked UTF string return: string The string, validated and in normal form |
| nfd(&$str) X-Ref |
| Validate and normalize a UTF string to NFD param: string &$str Unchecked UTF string return: string The string, validated and in normal form |
| nfkd(&$str) X-Ref |
| Validate and normalize a UTF string to NFKD param: string &$str Unchecked UTF string return: string The string, validated and in normal form |
| recompose($str, $pos, $len, &$qc, &$decomp_map) X-Ref |
| Recompose a UTF string param: string $str Unchecked UTF string param: integer $pos Position of the first UTF char (in bytes) param: integer $len Length of the string (in bytes) param: array &$qc Quick-check array, passed by reference but never modified param: array &$decomp_map Decomposition mapping, passed by reference but never modified return: string The string, validated and recomposed |
| decompose($str, $pos, $len, &$decomp_map) X-Ref |
| Decompose a UTF string param: string $str UTF string param: integer $pos Position of the first UTF char (in bytes) param: integer $len Length of the string (in bytes) param: array &$decomp_map Decomposition mapping, passed by reference but never modified return: string The string, decomposed and sorted canonically |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |