Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Note that you can use any variable name you like to store the value. Essentially, any variable that you place after the as in the foreach statement gets assigned the current element's value.
If you want to change selection, open document below and click on "Move attachment"

php 6
", "Tolkien", "Dickens" ); foreach ( $authors as $val ) { echo $val . "
"; } This code displays: Steinbeck Kafka Tolkien Dickens Note that you can use any variable name you like to store the value. Essentially, any variable that you place after the as in the foreach statement gets assigned the current element's value. Try it yourself: Using foreach to Loop Through Values Using foreach to Lo


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.