Skip to content

Commit

Permalink
mysqli_get_client_info() argument is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Nov 22, 2020
1 parent a9ec174 commit b01c6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7250,7 +7250,7 @@
'mysqli_free_result' => ['void', 'link'=>'mysqli_result'],
'mysqli_get_cache_stats' => ['array'],
'mysqli_get_charset' => ['object', 'link'=>'mysqli'],
'mysqli_get_client_info' => ['string', 'link'=>'mysqli'],
'mysqli_get_client_info' => ['string', 'link='=>'mysqli'],
'mysqli_get_client_stats' => ['array|false'],
'mysqli_get_client_version' => ['int', 'link'=>'mysqli'],
'mysqli_get_connection_stats' => ['array|false', 'link'=>'mysqli'],
Expand Down

0 comments on commit b01c6c9

Please sign in to comment.