At 08:58 PM 1/30/2015, Abdul Abdul wrote:
Hello, I'm new to PHP. I came across the following code: .... .... $exif = exif_read_data($image); foreach ($exif as $key => $section) { foreach ($section as $name => $val) { ..... ..... What are we doing here in the "foreach"? What is "as"?
RTFM http://php.net/manual/en/control-structures.foreach.phpKen
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php