You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: db.php
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1102,22 +1102,33 @@ public function supports_collation( $dbh_or_table = false ) {
1102
1102
/**
1103
1103
* Generic function to determine if a database supports a particular feature
1104
1104
* The additional argument allows the caller to check a specific database.
1105
+
*
1105
1106
* @param string $db_cap the feature
1106
1107
* @param false|string|resource $dbh_or_table the databaese (the current database, the database housing the specified table, or the database of the mysql resource)
0 commit comments