User:Maosef

From DRMF
Revision as of 21:36, 12 May 2017 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 );