在資料庫配置中進行如下配置即可:
推薦學習:yii框架
<?php return [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=127.0.0.1; dbname=ohmycto; charset=utf8', 'username' => 'website', 'password' => 'mengde1B', ];
更多程式設計相關內容學習,請造訪php中文網程式教學欄位!
以上是yii2中文亂碼的詳細內容。更多資訊請關注PHP中文網其他相關文章!