[FLOW3-general] execute external scripts
"Christian Müller (FLOW3 Team)"
christian.mueller at typo3.org
Wed Feb 15 11:19:56 CET 2012
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