list « Utility Function « PHP






1.list($maths, $english, , $biology) = $scores;
2.Using the list() function.
3.Each line is converted into an array
4.Extracting Values from an Array Using list()