Philip Olson wrote:
For the exotic entries listed in that post perhaps we can simply surround those with <para> and format accordingly.
And here's an example using the new format: http://www.php.net/manual/en/function.mysqli-close.php
Is it possible to do indentation in: --------------------------- class mysqli {
bool close ( void )
} --------------------------- to
--------------------------- class mysqli { bool close ( void ) } ---------------------------
Personally I think http://www.php.net/manual/en/function.mysqli-close.php is one of the most confusing manual pages I have seen to date, http://www.php.net/manual/en/class.dir.php is also high on that list
Indentation of pseudo-objects would help a great deal.
Anyway, mysqli-close is confusing :) -- Tom