<?php class Animal { public static function makeSound(){ echo "Animal"; } ... In PHP v5.3, a new feature called late static binding was implemented.
確定! 回上一頁