[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/ -> Iconv.php (summary)

(no description)

File Size: 729 lines (23 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Iconv:: (20 methods):
  iconv()
  iconv_mime_decode_headers()
  iconv_mime_decode()
  iconv_get_encoding()
  iconv_set_encoding()
  iconv_mime_encode()
  ob_iconv_handler()
  iconv_strlen()
  strlen1()
  strlen2()
  iconv_strpos()
  iconv_strrpos()
  iconv_substr()
  loadMap()
  utf8ToUtf8()
  mapToUtf8()
  mapFromUtf8()
  qpByteCallback()
  pregOffset()
  getData()


Class: Iconv  - X-Ref

iconv implementation in pure PHP, UTF-8 centric.

Implemented:
- iconv              - Convert string to requested character encoding
- iconv_mime_decode  - Decodes a MIME header field
- iconv_mime_decode_headers - Decodes multiple MIME header fields at once
- iconv_get_encoding - Retrieve internal configuration variables of iconv extension
- iconv_set_encoding - Set current setting for character encoding conversion
- iconv_mime_encode  - Composes a MIME header field
- ob_iconv_handler   - Convert character encoding as output buffer handler
- iconv_strlen       - Returns the character count of string
- iconv_strpos       - Finds position of first occurrence of a needle within a haystack
- iconv_strrpos      - Finds the last occurrence of a needle within a haystack
- iconv_substr       - Cut out part of a string

Charsets available for conversion are defined by files
in the charset/ directory and by Iconv::$alias below.
You're welcome to send back any addition you make.

iconv($inCharset, $outCharset, $str)   X-Ref
No description

iconv_mime_decode_headers($str, $mode = 0, $charset = null)   X-Ref
No description

iconv_mime_decode($str, $mode = 0, $charset = null)   X-Ref
No description

iconv_get_encoding($type = 'all')   X-Ref
No description

iconv_set_encoding($type, $charset)   X-Ref
No description

iconv_mime_encode($fieldName, $fieldValue, $pref = null)   X-Ref
No description

ob_iconv_handler($buffer, $mode)   X-Ref
No description

iconv_strlen($s, $encoding = null)   X-Ref
No description

strlen1($s, $encoding = null)   X-Ref
No description

strlen2($s, $encoding = null)   X-Ref
No description

iconv_strpos($haystack, $needle, $offset = 0, $encoding = null)   X-Ref
No description

iconv_strrpos($haystack, $needle, $encoding = null)   X-Ref
No description

iconv_substr($s, $start, $length = 2147483647, $encoding = null)   X-Ref
No description

loadMap($type, $charset, &$map)   X-Ref
No description

utf8ToUtf8($str, $ignore)   X-Ref
No description

mapToUtf8(&$result, $map, $str, $ignore)   X-Ref
No description

mapFromUtf8(&$result, $map, $str, $ignore, $translit)   X-Ref
No description

qpByteCallback($m)   X-Ref
No description

pregOffset($offset)   X-Ref
No description

getData($file)   X-Ref
No description



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1