<?PHP

foreach ($array as $key => $value) {
	// Do something here
	var_export($value);
}
