Il lun, 2003-01-27 alle 22:06, Sebastian Bergmann ha scritto:
> michel 'ziobudda' morelli wrote:
> > Can you explain me this new function ?
> 
>   See http://cvs.php.net/co.php/ZendEngine2/ZEND_CHANGES

>From that page I read about __set() but I have not understand one thing:

$foo = new Setter();
$foo->n = 1;
$foo->a = 100;

Return me:

 Setting [a] to 100
OK!
Getting [a]
Returning: 100

But 'n' ????
Tnx for all.

> -- 
> michel 'ziobudda' morelli <[EMAIL PROTECTED]>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to