- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
5 months 4 weeks ago#3500by Elias What is the magic method __ set?
- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
5 months 4 weeks ago#3501by Elias What is the magic method __ set?The __set() magic method is triggered when trying to write data to inaccessible properties. Whereas, the __set() method parameters have the following meaning: $name : This is the name of the property being interacted with. $value : This is the value that the $name property should be set to.
- Q&A
- Index
- PHP
- What is the magic method __ set?
Time to create page: 0.100 seconds