This commit is contained in:
Antony Dovgal 2007-01-12 12:06:45 +00:00
parent 5941c1d28c
commit 7d4ea80b07

View File

@ -1956,6 +1956,7 @@ PHP_FUNCTION(mb_stristr)
}
}
}
/* }}} */
/* {{{ proto string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
Finds the last occurrence of a character in a string within another, case insensitive */
@ -2008,6 +2009,7 @@ PHP_FUNCTION(mb_strrichr)
}
}
}
/* }}} */
/* {{{ proto int mb_substr_count(string haystack, string needle [, string encoding])
Count the number of substring occurrences */
@ -4237,6 +4239,7 @@ MBSTRING_API int php_mb_gpc_encoding_converter(char **str, int *len, int num, co
return ret ? 0 : -1;
}
/* }}} */
/* {{{ MBSTRING_API int php_mb_gpc_encoding_detector()
*/