This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
SoftwareDesign
/
csu3_am335x
Obserwuj
8
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
2a8e80bf00
Gałęzie
Tagi
master
csu3_am335x
/
EVSE
/
GPL
/
php-5.6.40
/
ext
/
standard
/
tests
/
serialize
/
autoload_interface.p5c
autoload_interface.p5c
69 B
Historia
Czysty
1
2
3
4
5
6
7
<?php
interface autoload_interface {
function testFunction();
}
?>