Files
jianfeng-server/vendor/swoole/ide-helper/output/swoole_lib/constants.php
2025-10-02 10:33:06 +08:00

7 lines
274 B
PHP
Executable File

<?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));