摘要:
local function explode ( _str, seperator) local pos, arr = 0, {} for st, sp in function() return string.find( _str, seperator, pos, true ) end do tabl 阅读全文
摘要:
1. Run the following command in putty: Code php -r "print_r(openssl_get_cert_locations());" Code php -r "print_r(openssl_get_cert_locations());" 2. It 阅读全文