Page 1 of 1

What is displayed by the following PHP code segment? $prices = array(50, 10, 2); sort($prices); print_r($prices);

Posted: Sun May 15, 2022 12:52 pm
by answerhappygod
What is displayed by the following PHP code segment?
$prices = array(50, 10, 2);
sort($prices);
print_r($prices);