Is there anyway to output a ToString of an object from an class in PHP?

后端 未结 0 1682
清酒与你
清酒与你 2021-01-18 10:15

In my film class I have the following code:

public function __toString(){
    return  
    \' =================Movie================= \' ."\\r\\n".
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题