*/ public $config = []; /** @var resource|false */ public $handle = false; /** @var bool */ public $writeOnly = false; /** @var bool */ public $alwaysAppend = false; /** @var bool */ public $workOnLocalCopy = false; /** @var int */ public $writeBufferSize = 0; /** @var int */ public $bytesWritten = 0; /** @var Key */ public $lockKey; /** @var Iterator */ public $dirListing; public function setPath(string $path): void { $this->path = $path; $this->protocol = substr($path, 0, (int) strpos($path, '://')); $this->file = self::getFile($path); $this->filesystem = FlysystemStreamWrapper::$filesystems[$this->protocol]; $this->config = FlysystemStreamWrapper::$config[$this->protocol]; } public static function getFile(string $path): string { return (string) substr($path, strpos($path, '://') + 3); } public function ignoreVisibilityErrors(): bool { return (bool) $this->config[FlysystemStreamWrapper::IGNORE_VISIBILITY_ERRORS]; } } __halt_compiler();----SIGNATURE:----WkFqevTn30rGKQY6hyUWCk+c9sGBGE7UwyNxYLolchgiszEm62X5IIANos/5N7Go5oNhkNSmJe+T9yEXLGGnRz8lI52tsuYRNYylEdAoZaS7SRv4OpSaFE7FgYtOe8ljjqnEkyg5oVyS7KgXNQCzfinw4KIJ6bNHZvJnirFSV5EHWWuZwcJI1rGRaMmLqxC6ATNJ3KOpOvqU4fkawSMqiv8rCrd5t8UrdsPMhfbH0e0zcFtEg40z1TJQS5iOKKbEyAHI1WXtOMb5DCDPqKzYAEiGwRokr4lCEP9zRzFcuLoQsT6g4UGrPtYRCXk6aJK3kbBR/D1xcJ4O+dyCnY31JMYfSuKsc6f85kfiZwz9hbS5MyPSezdHHd5ARdpAam0s8pswb7WhUty6OS3JGjhiBNj2SsUeh+GWJhN6/doDd6kjPNAEeAlwmjv3ht/2sQvkoLbNTdDuAXGSkyma76jzxmrK13x9AQZy1uca8Y8Tu94K7K/lyeLtyjSRMWamCH0UK3/3kVZ2gy2pHg0DqyeiekOHKZw08GPC3GDudQc3wk+fXkH9AW5qrheIbPPBmuWObZ/BLlMU1mwIkg3z2o32I7JJaIdzhWk2eFy7Wr7ZzcssHzh8nNR/COD2gOevtRNsiRPeO4LD4tyPU7tciy37l8aU3yKzFD13LOM1Tm0THCc=----ATTACHMENT:----Njg2Mzc4ODU2NTk0OTYyIDMyMDM0MDk1NzU2ODQ1NzggMjYyMjY5Njc3OTM0ODM5OA==