For example; in PHP the auto-global $_SERVER. How do I display the elements or keys that it has?
I am unable to find out how online.
Look into var_dump() and print_r. Both options should provide what you're looking for without having additional clarification for your request.