See Release Notes
[Summary view]
1 <?php 2 3 namespace PhpOffice\PhpSpreadsheet; 4 5 interface IComparable 6 { 7 /** 8 * Get hash code. 9 * 10 * @return string Hash code 11 */ 12 public function getHashCode(); 13 }
title
Description
Body