PHP 특수함수(Magic method)
2021. 1. 12. 19:41ㆍphp
Function:
__construct()
__desctruct()
__call()
__callStatic()
__get()
__set()
__isset()
__unset()
__sleep()
__wakeup()
__serialinze()
__unserialize()
__toString()
__invoke()
__set_state()
__clone()
__debugInfo()
'php' 카테고리의 다른 글
Mac php xdebug 설치 (1) | 2021.06.11 |
---|---|
Codeigniter3 쇼핑몰 github (0) | 2021.06.06 |
Codeigniter3 Custom model github (0) | 2021.06.06 |
라라벨(Laravel) 비밀번호 재설정 수정(Custom) (0) | 2020.12.28 |
Codeigniter4 에서 Class Kint Not Found 오류 해결 (0) | 2020.07.03 |