예제 #1
0
파일: functions.php 프로젝트: rgigger/zoop
function _run($command, $params)
{
    Ex::echoOn();
    return Ex::pass($command, $params);
    Ex::echoOff();
}
예제 #2
0
파일: index5.php 프로젝트: Overfinch/oop
    function test3()
    {
        echo 'method test1';
    }
    function test4()
    {
        echo 'method test1';
    }
    function test5()
    {
        echo 'method test1';
    }
    function test6()
    {
        echo 'method test1';
    }
    function test7()
    {
        echo 'method test1';
    }
    function test8()
    {
        echo 'method test1';
    }
    function test9()
    {
        echo 'method test1';
    }
}
$object = new Ex();
$object->parentInfo();