mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
Fixed #251 implode() error
This commit is contained in:
@@ -267,7 +267,7 @@ class Utils{
|
|||||||
(string) mt_rand(),
|
(string) mt_rand(),
|
||||||
(string) rand(),
|
(string) rand(),
|
||||||
function_exists("zend_thread_id") ? ((string) zend_thread_id()):microtime(),
|
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()),
|
serialize(get_loaded_extensions()),
|
||||||
sys_get_temp_dir(),
|
sys_get_temp_dir(),
|
||||||
(string) disk_free_space("."),
|
(string) disk_free_space("."),
|
||||||
|
Reference in New Issue
Block a user