<?php $test = 'test:test'; $encodings = array_diff(mb_list_encodings(), ['UUENCODE', 'wchar']); echo mb_detect_encoding($test, $encodings, true);
You have javascript disabled. You will not be able to edit any code.