PHP: How To call Standard Library Functions

Posted by Andi on Stack Overflow See other posts from Stack Overflow or by Andi
Published on 2010-05-18T18:44:27Z Indexed on 2010/05/18 18:50 UTC
Read the original article Hit count: 294

Filed under:
|
|
|
|

Hi,

I'm starting with PHP for dynamic web pages. I have some libaries written in ANSI C for getting/setting parameters and other proprietary stuff. I wonder, is there a simple solution to use a wrapper inside PHP to call this funtions? Is there a already existing class/library? What would be the best practice to do this on my own? I don't want do make calls to external applications and use stdin/stdout!

Is there a simple example available? I don't want to dig through the Zend documentation for now, I only need a feeling for the complexity.

Thanks, kind regards, Andi

© Stack Overflow or respective owner

Related posts about php

Related posts about ansi-c