This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
rob
/
Robware
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
Robware
/
Interfaces
/
IConvertible.php
IConvertible.php
67 B
Permalink
Cronologia
Originale
1
2
3
4
<?php
interface IConvertible{
public function Convert($item);
}