Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
platform360
/
vendor
/
spomky-labs
/
pki-framework
/
src
/
ASN1
/
Feature
/
File Content:
Stringable.php
<?php declare (strict_types=1); namespace Platform360\SpomkyLabs\Pki\ASN1\Feature; /** * Interface for classes that may be cast to string. */ interface Stringable { /** * Convert object to string. */ public function __toString() : string; /** * Get the string representation of the type. */ public function string() : string; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
ElementBase.php
1955 bytes
0644
Encodable.php
253 bytes
0644
Stringable.php
368 bytes
0644
N4ST4R_ID | Naxtarrr