This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
idleman
/
yana-server
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
2
Oczekujące zmiany
0
Wiki
Drzewo:
4f5dd6b682
Gałęzie
Tagi
master
yana-server
/
plugins
/
speechcommands
/
uninstall
uninstall
96 B
Historia
Czysty
1
2
3
4
5
6
<?php
require_once('SpeechCommand.class.php');
$table = new SpeechCommand();
$table->drop();
?>