How can I call PHP functions from my C application?
Example:
include <php.h> int main() { return json_encode("");
Note. PHP function collections are very manageable and organized, I just want to have this logic in my C application, everything is organized on demand. This is the beauty that I found in the PHP language.
Yumyumyum
source share