Answers for "What is the syntax of the foreach loop in case of associative array ? A foreach($array as $key => $value) B foreach($array as $key : $value) C foreach($array as $key :: $value) D foreach($array as $key :> $value)"

PHP

Code answers related to "What is the syntax of the foreach loop in case of associative array ? A foreach($array as $key => $value) B foreach($array as $key : $value) C foreach($array as $key :: $value) D foreach($array as $key :> $value)"

Browse Popular Code Answers by Language