> You shouldn't use () with echo anyway, it can do things you won't > expect. array and return are control structures too, so I don't see why > they should be different. (array is not that obvious, but return is > definitely a control structure (it controls the end of a > function/include file)). Both echo and return do not need ()'s > anyway... unless you really need to group things (which only makes sense > with return of course).
Derick has absolutely right with return i think. I was a bit doubtful with that. I saw returns without brackets a lot, and some return with brackets, but without space between. I'm going to revert return affected docs. But what about arrays? Can we discuss Pear guys about that? -- ============================================================= Heilig (Cece) Szabolcs - [EMAIL PROTECTED] - http://www.phphost.hu ============================================================= -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
