int(11) ["season"]=> int(4) ["motor"]=> int(1) ["street"]=> int(1"/>  int(11) ["season"]=> int(4) ["motor"]=> int(1) ["street"]=> int(1">

array获取值。该怎么解决

WBOY
Release: 2016-06-13 12:47:14
Original
782 people have browsed it

array获取值。
var_dump($str);

// array(4) { ["race"]=> int(11) ["season"]=> int(4) ["motor"]=> int(1) ["street"]=> int(1) } 

怎么foreach后获取

race
season
motor
street

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template