Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagephp
titlematplot_test.php
<?php

$locale = 'ko_KR.UTF-8';
setlocale(LC_ALL, $locale);
putenv('LC_ALL='.$locale);

echo shell_exec("python matplot_test.py");

?>

...