-
Notifications
You must be signed in to change notification settings - Fork 1
SYSTEM FILES files
- Class name:files
- Namespace:SYSTEM\FILESProperties
###$foldersprivate mixed $folders = array()
- Visibility: private* This property is static.Methods
###registerFoldermixed SYSTEM\FILES\files::registerFolder($path, $cat)
-
Visibility: public* This method is static.#### Arguments*$path mixed*$cat mixed ###getmixed SYSTEM\FILES\files::get($cat, $id, $returnasjson)
-
Visibility: public* This method is static.#### Arguments*$cat mixed*$id mixed*$returnasjson mixed ###putmixed SYSTEM\FILES\files::put($cat, $id, $contents)
-
Visibility: public* This method is static.#### Arguments*$cat mixed*$id mixed*$contents mixed ###deletemixed SYSTEM\FILES\files::delete($cat, $id)
-
Visibility: public* This method is static.#### Arguments*$cat mixed*$id mixed ###renamemixed SYSTEM\FILES\files::rename($cat, $id, $newid)
-
Visibility: public* This method is static.#### Arguments*$cat mixed*$id mixed*$newid mixed ###getFoldermixed SYSTEM\FILES\files::getFolder($folder)
-
Visibility: private* This method is static.#### Arguments*$folder mixed ###getURLmixed SYSTEM\FILES\files::getURL($cat, $id)
-
Visibility: public* This method is static.#### Arguments*$cat mixed*$id mixed ###file_get_contents_chunkedmixed SYSTEM\FILES\files::file_get_contents_chunked($file, $chunk_size, $callback)
-
Visibility: private* This method is static.#### Arguments*$file mixed*$chunk_size mixed*$callback mixed