Often all keys are unknown, or a very lot keys, use list(...) - is unreal. I would like to, instead <?php
foreach($params as $key => $value)
{
$this{$key} = $value
}
Use the short syntax sugar <?php
$this += $params
?>
It's really do?
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
