<?php $string = "<?php function test() { } "; mb_detect_order(["ASCII", "UUENCODE"]); var_dump( mb_detect_encoding($string, null, true), mb_detect_encoding($string, mb_detect_order(), true), );
You have javascript disabled. You will not be able to edit any code.