"how to convert code from c# to php [closed]" Code Answer

4

i know you're hoping for someone who had experience but in case no one comes forward...

you might consider just copy and pasting the code into a php script and checking what breaks. write a parser to fix that, run it across the entire script, and see what's the next thing that breaks. continue until the script functions as expected.

if you're not using any of the more involved .net classes i can't imagine you'll have too much trouble.

By MvG on August 1 2022

Answers related to “how to convert code from c# to php [closed]”

Only authorized users can answer the Search term. Please sign in first, or register a free account.