In one of our projects, we specifically and forcibly have to create static C ++ libraries (.a files) , and then use them in PHP (web Application). We can successfully create .a files, now wondering if anyone can help us determine how to use them in PHP. The ".a file" will accept some input and return some output that can be used in the web application.
source share