菜谱项目

InterfaceWithSemiReservedMethodName.php 85B

123456
  1. <?php
  2. interface InterfaceWithSemiReservedMethodName
  3. {
  4. public function unset();
  5. }