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
What is displayed by the following PHP code segment?
$prices = array(50, 10, 2);
sort($prices);
print_r($prices);
$prices = array(50, 10, 2);
sort($prices);
print_r($prices);