我怎样才能删除PHP中的代码块?

时间:2017-01-19 11:53:59

标签: php

ħ 如何从这样的文件中删除php中的代码块:

myfile.php包含:

class sample {
    public function test() {
        echo 'yes';
    }

    public function myinfo() {
        function test() {
            echo 'yes';
        }
    }

    public function remove() {
        echo 'tes';
    }
}

我想从此文件中删除测试方法

1 个答案:

答案 0 :(得分:0)

好吧,如果你使用像Perl这样的东西,你可以! :P