Файловый менеджер - Редактировать - /home/vielwcom/www3.vielw.com/app/Bitwise/UserLevelOfTraining.php
Назад
<?php namespace App\Bitwise; class UserLevelOfTraining extends Bitwise { const BEGINNER = 1; const MIDDLE = 2; const EXPERT = 4; static $levelOfTraining = [ "beginner", "middle", "expert", ]; static $levelOfTrainingValueByBit = [ 1 => "beginner", 2 => "middle", 4 => "expert", ]; static $levelOfTrainingBitByValue = [ "beginner" => 1, "middle" => 2, "expert" => 4, ]; }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка