flysystem文件流的抽象PHP库.zip
<?php namespace League\Flysystem; interface AdapterInterface extends ReadInterface { const VISIBILITY_PUBLIC = 'public'; const VISIBILITY_PRIVATE = 'private'; public function write($path, $contents, Config $config); public function writeStream($path, $resource, Config $conf
下载地址
用户评论