Docs: Improve documentation of known return types, plus other docs fixes.
See #48303 Built from https://develop.svn.wordpress.org/trunk@46660 git-svn-id: http://core.svn.wordpress.org/trunk@46460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -742,7 +742,12 @@ class wpdb {
|
||||
*
|
||||
* @param string $charset The character set to check.
|
||||
* @param string $collate The collation to check.
|
||||
* @return array The most appropriate character set and collation to use.
|
||||
* @return array {
|
||||
* The most appropriate character set and collation to use.
|
||||
*
|
||||
* @type string $charset Character set.
|
||||
* @type string $collate Collation.
|
||||
* }
|
||||
*/
|
||||
public function determine_charset( $charset, $collate ) {
|
||||
if ( ( $this->use_mysqli && ! ( $this->dbh instanceof mysqli ) ) || empty( $this->dbh ) ) {
|
||||
|
||||
Reference in New Issue
Block a user