OSDN Git Service

AI_DatabaseInfoTagを追加。
[chnosproject/AI004.git] / dbmysql.php
index 9b79d41..a4108e5 100644 (file)
@@ -145,6 +145,9 @@ if(isset($_GET['action'])){
                }
                $stmt->close();
                exit("OK");
+       } else if(strcmp($action, 'saytest') == 0){
+               //for Mac OSX say command.
+               system("say " . escapeshellarg("sayのテストをしています。"));
        }
 }