BuddyClients Docs

file.php

Table of Contents

Functions

buddyc_get_file_upload_id()  : mixed
Retrieves the upload ID of a File.
buddyc_file_handler()  : mixed
Generates a new FileHandler instance.
buddyc_file_object_handler()  : mixed
Initializes the File ObjectHandler.

Functions

buddyc_get_file_upload_id()

Retrieves the upload ID of a File.

buddyc_get_file_upload_id(int $file_id) : mixed
Parameters
$file_id : int

The ID of the File.

Tags
since
1.0.21

buddyc_file_handler()

Generates a new FileHandler instance.

buddyc_file_handler(mixed $files, array<string|int, mixed> $args) : mixed
Parameters
$files : mixed
$args : array<string|int, mixed>

{ Array of arguments for File creation.

@type    bool    $temporary      Whether the files are temporary.
@type    ?int    $user_id        File owner ID.
@type    ?int    $project_id     Associated project ID.

}

Tags
since
1.0.21

buddyc_file_object_handler()

Initializes the File ObjectHandler.

buddyc_file_object_handler() : mixed
Tags
since
1.0.21

        
On this page

Search results