<?php $arr=['Anhui','Wuhu','Anqing']; reset($arr); echo '<pre>'; print_r(echo($arr); echo '';
Brother, print_r ( echo ( $arr ) ), where are your brackets? You just wrote it blindly
Something must be wrong. Echo cannot output an array, right?
Brother, print_r ( echo ( $arr ) ), where are your brackets? You just wrote it blindly
Something must be wrong. Echo cannot output an array, right?