IComparable.php 308 B

123456789101112131415
  1. <?php
  2. /**
  3. * 重庆赤晓店信息科技有限公司
  4. * https://www.chixiaodian.com
  5. * Copyright (c) 2023 赤店商城 All rights reserved.
  6. */
  7. interface PHPExcel_IComparable
  8. {
  9. /**
  10. * Get hash code
  11. *
  12. * @return string Hash code
  13. */
  14. public function getHashCode();
  15. }