Searched defs:before_needle (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.stub.php | 100 function mb_strstr(string $haystack, string $needle, bool $before_needle = false, ?string $encoding… 103 function mb_strrchr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin… 106 function mb_stristr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin… 109 function mb_strrichr(string $haystack, string $needle, bool $before_needle = false, ?string $encodi…
|
/PHP-8.3/ext/standard/ |
H A D | basic_functions.stub.php | 2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
Completed in 14 milliseconds