Parsing and Printing PHP Code

后端 未结 3 1324
南旧
南旧 2021-01-22 05:44

Preferably I\'d like a solution which allows me to parse PHP from PHP, but any solution is welcome. (As an example of what I\'m looking for, Ruby has the - amongst othe

3条回答
  •  耶瑟儿~
    2021-01-22 06:33

    You are looking for the evil of eval() I believe.

    http://php.net/manual/es/function.eval.php

提交回复
热议问题