This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
8516
/
Test
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
4e560ce7ca
Branches
Tags
master
Test
/
EVSE
/
GPL
/
php-7.3.28
/
tests
/
classes
/
autoload_interface.p5c
autoload_interface.p5c
70 B
Verlauf
Originalformat
1
2
3
4
5
6
7
<?php
interface autoload_interface {
function testFunction();
}
?>