summaryrefslogtreecommitdiff
path: root/ext/intl/grapheme/grapheme.stub.php
blob: 669b590437d9d7627b1f032b1f63a49a21c95de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php

function grapheme_strlen(string $input): int|false|null {}

function grapheme_strpos(string $haystack, string $needle, int $offset = 0): int|false {}

function grapheme_stripos(string $haystack, string $needle, int $offset = 0): int|false {}

function grapheme_strrpos(string $haystack, string $needle, int $offset = 0): int|false {}

function grapheme_strripos(string $haystack, string $needle, int $offset = 0): int|false {}

function grapheme_substr(string $string, int $start, ?int $length = 0): string|false {}

function grapheme_strstr(string $haystack, string $needle, bool $before_needle = false): string|false {}

function grapheme_stristr(string $haystack, string $needle, bool $before_needle = false): string|false {}

function grapheme_extract(string $haystack, int $size, int $extract_type = GRAPHEME_EXTR_COUNT, int $start = 0, &$next = null): string|false {}