芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/vendor/azjezz/psl/src/Psl/Str/search.php
*/ function search(string $haystack, string $needle, int $offset = 0, Encoding $encoding = Encoding::UTF_8): ?int { if ('' === $needle) { return null; } $offset = Internal\validate_offset($offset, length($haystack, $encoding)); /** @var null|int<0, max> */ return false === ($pos = mb_strpos($haystack, $needle, $offset, $encoding->value)) ? null : $pos; }