D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api2
/
vendor
/
symfony
/
polyfill-php80
/
Resources
/
stubs
/
Filename :
Stringable.php
back
Copy
<?php if (\PHP_VERSION_ID < 80000) { interface Stringable { /** * @return string */ public function __toString(); } }