Hi,
I am very new to drupal and php, as I am a .net developer.
I understand the basic concept of hooks. When it comes to preprocess functions you have $var being passed into functions as an argument. How do you know what variables are available in the $var argument?
Also,
What preprocess function would I use in the case of custom view, where I am wanting to add a content to the header portion of the view based on the view's data?