How to get an Array from “select” field in advanced custom fields

Solved.

$value = get_field( "field_5a18ee424e883", 4229 );
print_r ($value);