php 的方法重載和其餘語言是不同的,其餘語言如JAVA的重載方法時命名多個同名的方法,可能方法的參數個數,類型等不同,PHP的是採用魔術方法重載php
__get()
__set()
__isset()
__unset()
__call
__callStatic()