Files
Smart-Farm/vendor/swoole/ide-helper/output/swoole_lib/constants.php
2025-12-22 14:34:25 +08:00

7 lines
274 B
PHP

<?php
define('SWOOLE_LIBRARY', true);
$useShortname = ini_get_all('swoole')['swoole.use_shortname']['local_value'];
$useShortname = strtolower(trim(str_replace('0', '', $useShortname)));
define('SWOOLE_USE_SHORTNAME', !in_array($useShortname, ['', 'off', 'false'], true));