<?php
Covex\Stream\FileSystem::register("any-vfs-protocol", __DIR__);
file_put_contents("any-vfs-protocol://" . basename(__FILE__), "hahaha");
unlink("any-vfs-protocol://" . basename(__FILE__));
// Covex\Stream\FileSystem::commit("any-vfs-protocol");
// echo file_exists(__FILE__) ? "yes" : "no";
Covex\Stream\FileSystem::unregister("any-vfs-protocol");
?>
-
Notifications
You must be signed in to change notification settings - Fork 0
Transactional Virtual FileSystem, PHP stream wrapper
License
covex-nn/vfs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Transactional Virtual FileSystem, PHP stream wrapper
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published