Possible to capture PHP echo output?

前端 未结 2 1157
南旧
南旧 2021-01-01 16:17

So I have a function such as:

public static function UnorderedList($items, $field, $view = false){
    if(count($items) > 0){
        echo \'
    \'
2条回答
提交回复
热议问题