faqts : Computers : Programming : Languages : PHP : General Information : About PHP

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

Entry

can i call an function in a executable file from php and get the result back to php

Oct 8th, 2006 10:20
Matthew Wilkinson, uday kiran, http://uk.php.net/exec


You can call an executable file from PHP, and obtain the output, but you
cannot call a specific function inside the executable unless you can
activate it via a command line option.