PHP: How To Call Standard Library Functions

前端 未结 4 1405
遥遥无期
遥遥无期 2021-02-09 02:27

I\'m starting with PHP for dynamic web pages. I have some libraries written in ANSI C for getting/setting parameters and other proprietary stuff. I wonder, is there a simple sol

4条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-09 03:17

    At http://pear.php.net/ I found an extension named "inline_c". Unfortunately I is not maintained. But it looks like this would be the kinde of stuff I would prefer.

提交回复
热议问题