* Thus wrote Curt Zirzow ([EMAIL PROTECTED]):
array getimagesize ( string filename [, array &imageinfo])...
I can think of two solutions that could work:
Adding an attribute to the <parameter>: <parameter option="ref">imaginfo</parameter>
Or simply adding & the the paramater value.
After looking through some of the function prototypes I see that some have & directly in the prototype definition. So I assume this is the current method, correct?
You are right, this is the way used right now for the documentation, but I would be +1 to use an attribute for the parameter.
Mehdi