search

Home  >  Q&A  >  body text

Exactly the same, why did it go wrong?

<?php $arr=['Anhui','Wuhu','Anqing']; reset($arr); echo '<pre>'; print_r(echo($arr); echo '';

餍1446 days ago1132

reply all(2)I'll reply

  • 马克战甲

    马克战甲2021-01-29 02:10:02

    Brother, print_r ( echo ( $arr ) ), where are your brackets? You just wrote it blindly

    reply
    0
  • White Space

    White Space2021-01-28 23:48:07

    Something must be wrong. Echo cannot output an array, right?

    reply
    0
  • Cancelreply