芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/vendor/php-flasher/flasher/Stamp/OrderableStampInterface.php
*/ namespace Flasher\Prime\Stamp; interface OrderableStampInterface { /** * @param mixed $orderable * * @return int */ public function compare($orderable); }