mb_strpos($haystack, $needle[, $offset = 0[, $encoding = NULL]])
| Parameters: |
|
|---|---|
| Returns: |
Numeric character position of where $needle was found or FALSE if not found |
| Return type: |
mixed |
For more information, please refer to the PHP manual for mb_strpos().
Please login to continue.