This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
8516
/
Test
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Atzars:
master
Atzari
Tagi
master
Test
/
EVSE
/
GPL
/
php-7.3.28
/
tests
/
classes
/
autoload_interface.p5c
autoload_interface.p5c
70 B
Patstāvīgā saite
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
<?php
interface autoload_interface {
function testFunction();
}
?>