Posted by Chung Leong on 12/07/05 04:48
Is there anything funcationally difference between the following snippets: // first $lines[] = array(); $line =& $lines[count($lines) - 1]; // second $line = array(); $lines[] =& $line; They should do the thing. A voice in my head though is saying there's a subtle difference.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming