AtomParser::_p()

最后更新于:2021-11-25 19:10:14

AtomParser::_p($msg)

源文件

文件: gc-includes/atomlib.php

    function _p($msg) {
        if($this->debug) {
            print str_repeat(" ", $this->depth * $this->indent) . $msg ."n";
        }
    }