Languages/others 썸네일형 리스트형 PHP-include 와 require 의 차이점 출처: require: http://php.net/manual/en/function.require.php include: http://php.net/manual/en/function.include.php require 원문: require is identical to include except upon failure it will also produce a fatal E_COMPILE_ERROR level error. In other words, it will halt the script whereas include only emits a warning (E_WARNING) which allows the script to continue. require 는 에러가 발생될 때 E_COMPILE_ERROR .. 이전 1 다음