public function __destruct() { echo 'Destructed instance ', $this, ' of ', __CLASS__, ".\n"; } /** * Getter for radius. * @return number: radius of the ...
確定! 回上一頁