<?php class Foo { private static $used = 0; private $id; public function __construct() { $this->id = self::$used++; } public function ...
確定! 回上一頁