__('xxxxxx')?

I came across this code today, I don’t know a great deal of php and there’s a bit that I don’t understand:


$var = '<img src="images/img.png" '.'alt="'.__('Test').'" class="c4" /> ';

namely, the syntax of <? __(‘Test’) ?>, what are the underscore & parentheses for ?

cheers

mlk