Home > Backend Development > PHP Tutorial > How to convert such a paragraph of python into php

How to convert such a paragraph of python into php

WBOY
Release: 2016-09-09 08:13:16
Original
1578 people have browsed it
<code>def getVMS(tvid, vid):
    t = int(time.time() * 1000)
    key = 'd5fb4bd9d50c4be6948c97edd7254b0e'
    sc = hashlib.new('md5', bytes(str(t) + key  + vid, 'utf-8')).hexdigest()
    return sc</code>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template