Hello Martin,

Thursday, March 15, 2001, 11:20:58 AM, you wrote:
ML> Is it possible to make PHP be able to communicate with existing C/C++
ML> libaries/programs in Unix/Linux environments?   That is, I may send a
ML> message to the C/C++ stuff, and get some feedbacks from them.

For programs, use system() (if they can accept arguments in a comand
string and return values to STDOUT).
For libraries - only if you wrote a PHP extension using those
libraries. PHP programs have no C-style access to memory, so they can
not communicate with C libraries that not aware of PHP.



-- 
Best regards,
Maxim Derkachev mailto:[EMAIL PROTECTED]
Symbol-Plus Publishing Ltd.
phone: +7 (812) 324-53-53
http://www.Books.Ru -- All Books of Russia
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to