<?php var_dump(mb_check_encoding('', 'UTF-8')); var_dump(mb_check_encoding([], 'UTF-8')); var_dump(mb_check_encoding(['A'], 'UTF-8'));
You have javascript disabled. You will not be able to edit any code.