[FLOW3-general] execute external scripts

Martin titusmailing at googlemail.com
Wed Feb 15 11:44:13 CET 2012


Hi Christian,

thx, i didnt see this solution reading the api up and down...

greetz

Martin


On 02/15/2012 11:19 AM, "Christian Müller (FLOW3 Team)" wrote:
> Hi Martin,
>
> so this is a shell binary? Take a look at those functions:
> http://www.php.net/manual/en/ref.exec.php
>
> Depending on you needing only the last line of the output or everything,
> either exec() or system() could be for you.
>
> Cheers,
> Christian
>
> On 15/02/12 11:03, Martin wrote:
>> Hi List,
>>
>> I am about to write a service for checking java code.
>> For that solution I need to execute codechecker (a Javaprogramm) from
>> the konsole and reuse the output.
>>
>> Unfortunately I couldn't find any solutions executing external
>> nonPHP-scripts.
>> How can I execute external scripts and use it's output?
>>
>> Thanks,
>>
>> Martin
>


More information about the FLOW3-general mailing list