This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
idleman
/
yana-server
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
2
プルリクエスト
0
Wiki
ツリー:
4f5dd6b682
ブランチ
タグ
master
yana-server
/
plugins
/
speechcommands
/
uninstall
uninstall
96 B
履歴
Raw
1
2
3
4
5
6
<?php
require_once('SpeechCommand.class.php');
$table = new SpeechCommand();
$table->drop();
?>