__set() public method
PHP magic method, which is invoked on attempt of setting not existing property.
It passes value to the inner iterator.
public void __set ( $name, $value ) | ||
---|---|---|
$name | string |
Field name. |
$value | mixed |
Field value. |
Designed by : w10schools
service@w10schools.com
Please login to continue.