<?php $test = array ( 0 => array ( ) ); mb_convert_variables('utf-8', 'cp1251', $test); var_dump($test); mb_convert_variables('utf-8', 'utf-8', $test); var_dump($test);
You have javascript disabled. You will not be able to edit any code.