PHP: How To call Standard Library Functions
- by Andi
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