Skip to content
jayzheng edited this page Dec 1, 2018 · 2 revisions
foreach($ret as $k=>$v) {
    echo $k . "->" . $v;
}
Clone this wiki locally