Page Menu
Home
GitPull.it
Search
Configure Global Search
Log In
Search Results for writeFile
DrydockFilesystemInterface::writeFile()
Method
Writes a file to the Drydock resource.
DrydockSFTPFilesystemInterface::writeFile()
Method
PhabricatorChunkedFileStorageEngine::writeFile()
Method
PhabricatorFileStorageEngine::writeFile()
Method
Write file data to the backing storage and return a handle which can later be used to read or delete it. For example, if the backing storage is local disk, the handle could be the path to the file.
PhabricatorLocalDiskFileStorageEngine::writeFile()
Method
Write the file data to local disk. Returns the relative path as the file data handle.
PhabricatorMySQLFileStorageEngine::writeFile()
Method
Write file data into the big blob store table in MySQL. Returns the row ID as the file data handle.
PhabricatorS3FileStorageEngine::writeFile()
Method
Writes file data into Amazon S3.
PhabricatorTestStorageEngine::writeFile()
Method