php701 [PHP] Deprecated features in PHP 7.0.x 관련링크 : http://php.net/manual/en/migration70.deprecated.php Deprecated features in PHP 7.0.x ¶ PHP 4 style constructors ¶ PHP 4 style constructors (methods that have the same name as the class they are defined in) are deprecated, and will be removed in the future. PHP 7 will emit E_DEPRECATED if a PHP 4 constructor is the only constructor defined within a class. Classes that implement a __constru.. 2016. 10. 20. 이전 1 다음