Converting Python Code to PHP

前端 未结 6 1827
没有蜡笔的小新
没有蜡笔的小新 2021-01-01 19:09

Is there a software converter out there that can automatically convert this python code to PHP?

#!/usr/bin/python
import math

def calcNumEntropyBits(s):
            


        
6条回答
  •  抹茶落季
    2021-01-01 19:50

    I wondered myself that same question, and I found this PyToPhp.py file in the GitHubGist site. It is simple, and seem an start point for the begining.

    I'm going to take a look to it!!!

提交回复
热议问题