crypto_password() crypto_password(string $password) : string 密码加密 Parameters string $password Returns string
curl() curl(string $url, string $method = 'GET', array $params = array(), false $getinfo = false) : boolean|mixed|string cUrl方法 Parameters string $url 请求的地址 string $method 请求的方法 array $params 请求的参数 false $getinfo 是否需要获取Response Returns boolean|mixed|string
get_rand_str() get_rand_str(integer $num = 5) : string 生成随机字符串 Parameters integer $num Returns string