|
Posted by Jerry Stuckle on 10/22/07 18:10
Gandalf wrote:
> Hi every one,
> I have a function writen with c and I need to use her on my php
> script.
> I understood that their is away to do so, since php writen with c
> language, but i don't know how.
> does someone have a clue?
>
> thanks!
>
>
If you want to just call it as a function, you can write an extension to
PHP to make it available. Or if you can run it as a standalone program
passing and receiving values, you can call the executable via exec() or
similar.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|