File manager - Edit - /home/adiance/public_html/wp-content/plugins/amp/vendor/willwashburn/stream/src/Stream/StreamableInterface.php
Back
<?php namespace WillWashburn\Stream; /** * Interface StreamableInterface * * @package FasterImage */ interface StreamableInterface { /** * Append to the stream string * * @param $string */ public function write($string); /** * Get Characters from the string * * @param $characters */ public function read($characters); /** * Get characters from the string but don't move the pointer * * @param $characters * * @return mixed */ public function peek($characters); /** * Resets the pointer to the 0 position * @return mixed */ public function resetPointer(); }
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings