Метод | Описание | |
---|---|---|
load ( $fileName, $version, $storageOption ) : string | Give back the path to the document. | |
loadAsString ( $fileName, $version, $storageOption ) : string | Returns the content for the given file as a binary string. | |
remove ( $storageOption ) : mixed | Removes the file from storage. | |
save ( $tempPath, $fileName, $version ) : mixed | Save the document in a storage and give back the path to the document. |
public loadAsString ( $fileName, $version, $storageOption ) : string | ||
$fileName | ||
$version | ||
$storageOption | ||
Результат | string |