This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
jjhc
/
qzlove
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
d9e3fd4a28
Atzari
Tagi
master
qzlove
/
vendor
/
symfony
/
polyfill-php80
/
Resources
/
stubs
/
Stringable.php
Stringable.php
104 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
<?php
interface Stringable
{
/**
* @return string
*/
public function __toString();
}