return

w

 

 

array(1) {
  [0]=>
  int(23)
}
well@well:/home/etc/project$ cat w.php
<?php
function wr(){
return [23];

}
var_dump(wr());
die();

 

posted @ 2017-05-08 21:44  papering  阅读(161)  评论(0编辑  收藏  举报