Answer the question
In order to leave comments, you need to log in
mb_strlen() function not showing correctly after json_decode()?
Hello everyone, help me solve the problem: after json_decode () I get an array, something like this:
$data = array(
'titlt' => 'Проверка',
'content' => 'текст'
);
if ($data['title'] == 'Проверка') {
echo 'true';
} else {
echo 'false';
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question