4

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?
Muthu
  • 61
  • 1
  • 5

1 Answers1

0

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

Community
  • 1
  • 1
Jason W
  • 3,566
  • 2
  • 21
  • 38