[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

Intl:: (11 methods):
  grapheme_extract()
  grapheme_strlen()
  grapheme_substr()
  grapheme_substr_workaround62759()
  grapheme_strpos()
  grapheme_stripos()
  grapheme_strrpos()
  grapheme_strripos()
  grapheme_stristr()
  grapheme_strstr()
  grapheme_position()


Class: Intl  - X-Ref

Partial intl implementation in pure PHP.

Implemented:
- grapheme_extract  - Extract a sequence of grapheme clusters from a text buffer, which must be encoded in UTF-8
- grapheme_stripos  - Find position (in grapheme units) of first occurrence of a case-insensitive string
- grapheme_stristr  - Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack
- grapheme_strlen   - Get string length in grapheme units
- grapheme_strpos   - Find position (in grapheme units) of first occurrence of a string
- grapheme_strripos - Find position (in grapheme units) of last occurrence of a case-insensitive string
- grapheme_strrpos  - Find position (in grapheme units) of last occurrence of a string
- grapheme_strstr   - Returns part of haystack string from the first occurrence of needle to the end of haystack
- grapheme_substr   - Return part of a string

grapheme_extract($s, $size, $type = GRAPHEME_EXTR_COUNT, $start = 0, &$next = 0)   X-Ref
No description

grapheme_strlen($s)   X-Ref
No description

grapheme_substr($s, $start, $len = 2147483647)   X-Ref
No description

grapheme_substr_workaround62759($s, $start, $len)   X-Ref
No description

grapheme_strpos($s, $needle, $offset = 0)   X-Ref
No description

grapheme_stripos($s, $needle, $offset = 0)   X-Ref
No description

grapheme_strrpos($s, $needle, $offset = 0)   X-Ref
No description

grapheme_strripos($s, $needle, $offset = 0)   X-Ref
No description

grapheme_stristr($s, $needle, $beforeNeedle = false)   X-Ref
No description

grapheme_strstr($s, $needle, $beforeNeedle = false)   X-Ref
No description

grapheme_position($s, $needle, $offset, $mode)   X-Ref
No description



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