File manager - Edit - /home/jardides/www/Cloud/3rdparty/icewind/streams/src/PathWrapper.php
Back
<?php /** * Copyright (c) 2016 Robin Appelman <icewind@owncloud.com> * This file is licensed under the Licensed under the MIT license: * http://opensource.org/licenses/MIT */ namespace Icewind\Streams; /** * A string-like object that maps to an existing stream when opened */ class PathWrapper extends NullWrapper { /** * @param resource $source * @return Path|string */ public static function getPath($source) { return new Path(__CLASS__, [ 'null' => [ 'source' => $source ] ]); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings