mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
fix proto
This commit is contained in:
parent
485f28aae9
commit
09c10856f6
1 changed files with 2 additions and 2 deletions
|
@ -1221,11 +1221,11 @@ static int strToMatch(char* str ,char *retstr)
|
||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
/* {{{ proto static boolean Locale::filterMatches(string $langtag, string $locale)
|
/* {{{ proto static boolean Locale::filterMatches(string $langtag, string $locale, bool canonicalize)
|
||||||
* Checks if a $langtag filter matches with $locale according to RFC 4647's basic filtering algorithm
|
* Checks if a $langtag filter matches with $locale according to RFC 4647's basic filtering algorithm
|
||||||
*/
|
*/
|
||||||
/* }}} */
|
/* }}} */
|
||||||
/* {{{ proto boolean locale_filter_matches(string $langtag, string $locale)
|
/* {{{ proto boolean locale_filter_matches(string $langtag, string $locale, bool canonicalize)
|
||||||
* Checks if a $langtag filter matches with $locale according to RFC 4647's basic filtering algorithm
|
* Checks if a $langtag filter matches with $locale according to RFC 4647's basic filtering algorithm
|
||||||
*/
|
*/
|
||||||
PHP_FUNCTION(locale_filter_matches)
|
PHP_FUNCTION(locale_filter_matches)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue