What is the difference between isset() and __isset()?

后端 未结 7 446
广开言路
广开言路 2020-12-07 10:59

I need to know about magic function __isset() and normal function isset(). Actually what is the real difference between php language construct

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 11:54

    isset() is for variables and __isset() is for properties of a class.

提交回复
热议问题