Файловый менеджер - Редактировать - /home/pimjdymy/public_html/safrandsi/vendor/yiisoft/yii2-debug/src/components/search/matchers/GreaterThanOrEqual.php
Назад
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\debug\components\search\matchers; /** * Checks if the given value is greater than or equal the base one. * * @author Dmitriy Bashkarev <dmitriy@bashkarev.com> * @since 2.0.7 */ class GreaterThanOrEqual extends Base { /** * {@inheritdoc} */ public function match($value) { return $value >= $this->baseValue; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка