This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
8516
/
Test
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
4e560ce7ca
Větve
Značky
master
Test
/
EVSE
/
GPL
/
php-7.3.28
/
tests
/
classes
/
autoload_interface.p5c
autoload_interface.p5c
70 B
Historie
Surový
1
2
3
4
5
6
7
<?php
interface
autoload_interface {
function testFunction();
}
?>