Note that the value of an assignment expression is not the value assigned, but the variable itself (after assign, of course). This allows to do something like this:
<?php
function f(&$a)
{
...
}
f($v=3);
?>
|
|
| ||||||||||||||||
| Copyright © 2001-2005 The PHP Group All rights reserved. |
This unofficial mirror is operated at:
The Server Pages Last updated: Thu May 19 17:35:34 2005 CDT |