IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

LockFile Method

Locks a file resource.

Object Oriented Interface

public function doLockFile($fileid, $expiration, $allowdownloading);

Procedural Interface

ipworkscloud_box_do_lockfile($res, $fileid, $expiration, $allowdownloading);

Remarks

This method locks the file resource specified by FileId to prevent others from modifying it.

Expiration may be set to an appropriately-formatted timestamp to specify an expiration time for the file lock. If Expiration is empty, the file lock will never expire. Timestamps are formatted according to RFC 3339.

AllowDownloading specifies whether others should still be allowed to download the file while it's locked.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 PHP Edition - Version 20.0 [Build 8265]