Array
(
    [0] => 4
    [1] => 21
    [2] => 27
    [3] => 29
    [4] => 42
    [5] => 47
)
    
max(): 47
min(): 4
Existe o elemento (in_array())? 1
Existe o elemento (in_array())?
Existe o elemento (in_array())? 1
Existe o elemento (in_array())? 1

Existe o elemento (array_search())? 2
Existe o elemento (array_search())? 0
Existe o elemento (array_search())? 3
Existe o elemento (array_search())? 0