PHP 7 - Scalar Type Declarations PHP7 Scalar 타입 선언 아래 옵션을 설정한뒤 함수 매개변수에 특정 유형을 적용(강제)할수 있다. Options coercivecoercive is default mode and need not to be specified. strictstrict mode has to explicitly hinted. Types int float bool string interfaces array callable Example