Rory Browne wrote: > I could be wrong on this, but I think your best hope is something > using web services like SOAP, or XML-RPC. > > On 2/4/06, Eli <[EMAIL PROTECTED]> wrote: > >>Hi, >> >>I have a class in PHP which offers some API functions. I want to access >>this API with other languages (such as C/C++, Java, Perl, etc), so the >>functions will run from PHP. >>How can I do that? >> >>-thanks. >> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Is there any other way of doing this without technology like web
services? mabye a glue extension between those languages?
- [PHP] Re: Using API in other languages Eli
- Re: [PHP] Re: Using API in other languages Rory Browne