Display PHP code in browser from the same source script

前端 未结 4 1009
旧巷少年郎
旧巷少年郎 2020-12-20 07:58

Is there a way to display the source code of somepage.php when you go to somepagesrc.php? IOW, is there a PHP function that will in somepage

4条回答
  •  心在旅途
    2020-12-20 08:26

    or you could use Reflection through which you could easily get functions, variables, and even comments.

    http://www.php.net/manual/en/intro.reflection.php

提交回复
热议问题