How to avoid echo when calling the function and want only the return value in PHP

后端 未结 0 1662
甜味超标
甜味超标 2020-12-17 14:41

my function where I am returning the value but when I am calling this function it also echo the other function.

function myFunction(){
       $output1 = anoth         


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