Get the selected text value of a dropdown

Does anyone know how to retrieve the selected text value of a dropdown using php.

simple dropdown
$value = $bean->dropdownfieldanme;

multiple dropdown
the value is ^value1^,^value2^,^value3^
maybe is the outofbox function to make it in array…but you can build simply with split function or another string function.