?iť?

Your IP : 3.141.45.179


Current Path : /home/s/c/g/scgforma/www/soctest/htdocs/includes/phpoffice/PhpSpreadsheet/
Upload File :
Current File : /home/s/c/g/scgforma/www/soctest/htdocs/includes/phpoffice/PhpSpreadsheet/IComparable.php

<?php

namespace PhpOffice\PhpSpreadsheet;

interface IComparable
{
    /**
     * Get hash code.
     *
     * @return string Hash code
     */
    public function getHashCode();
}