User:Maosef: Difference between revisions

From DRMF
Jump to navigation Jump to search
imported>Maosef
Test for running Andre's program
imported>Maosef
No edit summary
Line 1: Line 1:


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}"
java -jar latex-to-cas-translator.jar -c -CAS=Maple -Expression="\cos@{\alpha}"
Line 17: Line 13:




 
=== Bold text ===


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

Revision as of 23:10, 12 May 2017


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


$(function () {

 var myElement = document.getElementById('mw-mywiki-example');
 myElement.innerHTML = 'any HTML';

}());


Bold text

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