Answer the question
In order to leave comments, you need to log in
How to fix encoding error in yii2 console?
Parsyu means profiles of people from one site. The site is Russian, and, accordingly, the usernames are also Russian.
function actionTest()
{
$anketa = new Anketa('/* ссылка на анкету */');
// Парсим имя пользователя
$username = $anketa->getUsername();
// Записываем имя в текстовик
$anketa::recordDataInFile($username);
}
Answer the question
In order to leave comments, you need to log in
most likely your data does not come in utf8,
check the
ps. browser and console headers may be different, so check.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question