Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 730b952

Browse files
zonuexeondrejmirtes
authored andcommitted
mb_check_encoding() accepts array<string> in PHP 7.2+
1 parent 8b1110b commit 730b952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6310,7 +6310,7 @@
63106310
'maxdb_thread_safe' => ['bool'],
63116311
'maxdb_use_result' => ['resource', 'link'=>''],
63126312
'maxdb_warning_count' => ['int', 'link'=>'resource'],
6313-
'mb_check_encoding' => ['bool', 'var='=>'string', 'encoding='=>'string'],
6313+
'mb_check_encoding' => ['bool', 'var='=>'string|array<string>', 'encoding='=>'string'],
63146314
'mb_chr' => ['string|false', 'cp'=>'int', 'encoding='=>'string'],
63156315
'mb_convert_case' => ['string', 'sourcestring'=>'string', 'mode'=>'int', 'encoding='=>'string'],
63166316
'mb_convert_encoding' => ['string|array<int, string>|false', 'val'=>'string|array<int, string>', 'to_encoding'=>'string', 'from_encoding='=>'mixed'],

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /