<?php $str = "abc"; $chars = array_map("ord", str_split($str, 1)); printf(str_repeat("\\x%x", strlen($str)), ...$chars);;
You have javascript disabled. You will not be able to edit any code.