Get raw version
php
$vocabularies = taxonomy_vocabulary_get_names(); print_r($vocabularies); // Output. /* Array ( [article_library] => article_library [article_type] => article_type [country] => country [digital_marketing_area] => digital_marketing_area [state_province] => state_province ) */