What is the best way to convert an existing php class into Java?

前端 未结 15 1221
梦毁少年i
梦毁少年i 2021-02-09 14:07

I have been tasked with converting several php classes into java classes, which is quickly becoming a nightmare for me. I understand the basic language structure, it being simil

15条回答
  •  别那么骄傲
    2021-02-09 14:46

    I can only find two:

    1) https://github.com/bafolts/java2php

    2) http://www.runtimeconverter.com/

    There is also Caucho Resin, but it is not exactly a converter. It is an implementation of php inside of Java.

    There is a whole lot on the internet about numiton, but their website is down for several years now.

提交回复
热议问题