A one step operation of php's list of that assigns values to a set of variables

  • 2020-05-07 19:18:48
  • OfStack

Such as:
< ?php
list($a,$b) = explode(" ",microtime());
echo $a.'------'.$b;
? >
Results: 0.60937700 -- -- -- -- -- 1305625768


Related articles: