| PHP » GoLang | login |
            register |
            
            about | 
| GoLang grapheme_stristr
                                request it (620)
                            GoLang replacement for PHP's grapheme_stristr
                            [edit | history] 
                             grapheme_stristr(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) grapheme_stristr — Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack DescriptionProcedural style 
   string grapheme_stristr
    ( string  $haystack, string$needle[, bool$before_needle=FALSE] )Returns part of haystack string starting from and including the first occurrence of case-insensitive needle to the end of haystack. Parameters
 
 Return ValuesReturns the portion of $haystack, or FALSE if $needle is not found. ExamplesExample #1 grapheme_stristr() example 
<?phpThe above example will output: o%CC%88a%CC%8A See Also
 
 | 
                    more
                     Most requested
 
                    more
                     Last requests
 |