search

Home  >  Q&A  >  body text

echo woziji(20,10,'jian'); Isn't 'jian' a string?

echo woziji(20,10,'jian'); Isn't the 'jian' passed in a string? Why is it treated as a function?

kk1725 days ago1254

reply all(2)I'll reply

  • 唯you爱

    唯you爱2020-05-26 14:22:56

    This depends on the function of woziji you defined. Public function wojizi($1,$2,$3,){

    }

    Can ***Q 895163012 help you solve it

    reply
    0
  • 赏金

    赏金2020-05-25 17:47:29

    public woziji($one,$two,$func){

    }

    $func This refers to the function

    reply
    0
  • Cancelreply