How to call c functions from PHP?

Muthu picture Muthu · Sep 22, 2014 · Viewed 9.7k times · Source

I am new to PHP Script. I was trying to call C functions from PHP. I was wondering how to call c functions from PHP. So please anyone can tell me,

  1. How to call c functions from PHP?
  2. Any other server side script's are there for call native functions?

Answer

Jason W picture Jason W · Sep 22, 2014

here is a thread discussion about c/C++ libr ary functions

Calling C/C++ library function from PHP

PHP: How To Call Standard Library Functions

adn on php documentation you can find these methods

http://php.net/manual/en/ref.exec.php