<?php //::('\xF0\x9F\x98\x81') => '=?utf-8?Q?=F0=9F=91=8C?=' f($x) { return sprintf( '=?utf-8?Q?%s', str_replace('\x', '=', $x) ); } echo f('\xF0\x9F\x98\x81')
You have javascript disabled. You will not be able to edit any code.