This is a grammatical format. The purpose is to tell the parser that yours should be parsed in the same way as mine. For example, in this example foreach($data as $key => $value), it means that yours should be parsed according to key-value pairs. Way to parse
foreach($data as $key => $value) What does as here mean?-PHP Chinese Q&A-foreach($data as $key => $value) What does as here mean?-PHP Chinese Online Q&A
This is a grammatical format. The purpose is to tell the parser that yours should be parsed in the same way as mine. For example, in this example foreach($data as $key => $value), it means that yours should be parsed according to key-value pairs. Way to parse
foreach($data as $key => $value) What does as here mean?-PHP Chinese Q&A-foreach($data as $key => $value) What does as here mean?-PHP Chinese Online Q&A
Watch it and learn.
意思就是在数组中按照as后面的格式来寻找数据