This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
chengwenliang
/
newsupernova
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
c9405dd336
Větve
Značky
master
newsupernova
/
vendor
/
symfony
/
polyfill-php80
/
Resources
/
stubs
/
Stringable.php
Stringable.php
104 B
Historie
Surový
1
2
3
4
5
6
7
8
9
<?php
interface Stringable
{
/**
* @return string
*/
public function __toString();
}