?? config.socketsrv.php
字號:
<?php
$GLOBALS['fc_config']['socketServer'] = array(
'host' => 'elf', //domain to bind to (host name of your server), Note: "localhost" you can use only for local testing
'port' => '9090', //port to listen (> 1024, it is some big value up to 65536)
'max_clients' => 100, //maximum amount of clients
'debug_mode' => 'text', //type of debug mode (false, 'text' or 'html')
'log_file' => 'socketServer.log' //debug destination (filename or 'stdout')
);
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -