@@ -2397,7 +2397,7 @@ discard block |
||
| 2397 | 2397 | /** |
| 2398 | 2398 | * Check if the input is binary... (is look like a hack). |
| 2399 | 2399 | * |
| 2400 | - * @param mixed $input |
|
| 2400 | + * @param string $input |
|
| 2401 | 2401 | * |
| 2402 | 2402 | * @return bool |
| 2403 | 2403 | */ |
@@ -4409,7 +4409,7 @@ discard block |
||
| 4409 | 4409 | * @param string $encoding [optional] <p>Set the charset for e.g. "\mb_" function.</p> |
| 4410 | 4410 | * @param boolean $cleanUtf8 [optional] <p>Clean non UTF-8 chars from the string.</p> |
| 4411 | 4411 | * |
| 4412 | - * @return int|false <p> |
|
| 4412 | + * @return string <p> |
|
| 4413 | 4413 | * The numeric position of the first occurrence of needle in the haystack string.<br /> |
| 4414 | 4414 | * If needle is not found it returns false. |
| 4415 | 4415 | * </p> |
@@ -4618,7 +4618,7 @@ discard block |
||
| 4618 | 4618 | * @link http://php.net/manual/en/function.mb-strrpos.php |
| 4619 | 4619 | * |
| 4620 | 4620 | * @param string $haystack <p>The string being checked, for the last occurrence of needle</p> |
| 4621 | - * @param string|int $needle <p>The string to find in haystack.<br />Or a code point as int.</p> |
|
| 4621 | + * @param string $needle <p>The string to find in haystack.<br />Or a code point as int.</p> |
|
| 4622 | 4622 | * @param int $offset [optional] <p>May be specified to begin searching an arbitrary number of characters |
| 4623 | 4623 | * into the string. Negative values will stop searching at an arbitrary point prior to |
| 4624 | 4624 | * the end of the string. |
@@ -5358,7 +5358,7 @@ discard block |
||
| 5358 | 5358 | * 2) when any of these: àáâãäåæçèéêëìíîï are followed by TWO chars from group B, |
| 5359 | 5359 | * 3) when any of these: ðñòó are followed by THREE chars from group B. |
| 5360 | 5360 | * |
| 5361 | - * @param string|array $str Any string or array. |
|
| 5361 | + * @param string $str Any string or array. |
|
| 5362 | 5362 | * |
| 5363 | 5363 | * @return string The same string, but UTF8 encoded. |
| 5364 | 5364 | */ |