Array
(
[0] => 5
[1] => 3
[2] => 10
[3] => 1
)
Výpis pole ve funkci:
Array
(
[0] => 20
[1] => 3
[2] => 10
[3] => 1
)
Výpis pole z programu:
Array
(
[0] => 5
[1] => 3
[2] => 10
[3] => 1
)
Hodnota nebyla nalezena
Array
(
[0] => 5
[1] => 3
[2] => 15
[3] => 1
)