mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-24 20:04:28 +00:00
Fixed #251 implode() error
This commit is contained in:
parent
f3fe0a6d27
commit
2b89b51621
@ -267,7 +267,7 @@ class Utils{
|
||||
(string) mt_rand(),
|
||||
(string) rand(),
|
||||
function_exists("zend_thread_id") ? ((string) zend_thread_id()):microtime(),
|
||||
function_exists("sys_getloadavg") ? implode(";", sys_getloadavg()):microtime(),
|
||||
function_exists("sys_getloadavg") ? print_r(sys_getloadavg(), true):microtime(),
|
||||
serialize(get_loaded_extensions()),
|
||||
sys_get_temp_dir(),
|
||||
(string) disk_free_space("."),
|
||||
|
Loading…
x
Reference in New Issue
Block a user