User:Maosef: Difference between revisions

From DRMF
Jump to navigation Jump to search
imported>Maosef
Created page with "string exec ( string $command [, array &$output [, int &$return_var ]] ) <? php exec ("echo hello > hello.txt");?> java -jar latex-to-cas-translator.jar -c -CAS=Maple -Expre..."
(No difference)

Revision as of 21:36, 12 May 2017

string exec ( string $command [, array &$output [, int &$return_var ]] )

<? php exec ("echo hello > hello.txt");?>

java -jar latex-to-cas-translator.jar -c -CAS=Maple -Expression="\cos@{\alpha}"



$contents = wfShellExec( $cmd, $retval );