I have read php to C# converter, but it is a little bit unclear to me.
My questions
- Not all of the PHP functions are avialable in C#. But if I have a piece of PHP code and I have to have it in C#, do I have to create those functions myselfs?
- What is the difference between convert and compile?
- Maybe there is a library in C# that can run PHP files and return the data? (As AJAX: PHP to JavaScript)
The first answer, learn C#, this takes a lot of time so it's not working for me short term. And the second, someone who can convert it, are hopefully you?
Basically, ...
... I have one file of PHP and I want to convert that to C# so I can use it in a C# project. The file looks like this Github file.
Thank you!
(I'm a PHP web developer and don't have much experience in C#.)