get a simple array of all of the term names that exist in all taxonomies

Ok, so I don’t know what I was doing wrong because I tried this before and couldn’t get it to work but I ended up using array_values() after a couple of people recommended it in another thread.

I finally ended up writing it like this:

get_terms( array_values((get_taxonomies('','names'))) , $args );