FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
get a list of filepaths and bucket information for those files. More...
Go to the source code of this file.
Functions | |
GetBucketList ($bucket_pk, $bucket_agent, $nomos_agent, $uploadtree_pk, $upload_pk=0) | |
get bucket list of one specified upload or all uploads More... | |
Usage4Options ($UploadID, $item) | |
Variables | |
$Usage | |
$upload = $item = $bucket = $bucket_agent = $nomos_agent = "" | |
$excluding = '' | |
$longopts = array("user:", "password:") | |
$options = getopt("c:u:t:b:a:n:hX:", $longopts) | |
if(empty($options)||! is_array($options)) | $user = $passwd = "" |
foreach($options as $option=> $value) if(!(is_numeric($item)) &&!(is_numeric($upload))) | $upload_from_item = $uploadtree1stid = "" |
$return_value = read_permission($upload, $user) | |
if (empty( $return_value)) | |
return | |
get a list of filepaths and bucket information for those files.
Definition in file fo_bucket_list.php.
GetBucketList | ( | $bucket_pk, | |
$bucket_agent, | |||
$nomos_agent, | |||
$uploadtree_pk, | |||
$upload_pk = 0 |
|||
) |
get bucket list of one specified upload or all uploads
\pamam $upload_pk - upload id
$bucket_pk | - bucket id |
$bucket_agent | - bucket agent ID |
$nomos_agent | - nomos agent ID \prram $uploadtree_pk - uploadtree ID |
get bucket name
Definition at line 150 of file fo_bucket_list.php.
foreach ( $options as $option=> $value) if (!(is_numeric( $item)) &&!(is_numeric( $upload))) $upload_from_item = $uploadtree1stid = "" |
check upload Id and uploadtree ID
Definition at line 88 of file fo_bucket_list.php.
Definition at line 16 of file fo_bucket_list.php.