프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_files | array | Files to be uploaded. | |
$_options | array | Connection options | |
$_sig_complete | object | File complete signal. | |
$_sig_failure | object | File failure signal. | |
$_sig_finished | object | Upload finished signal. | |
$_uploaded | array | Files that have uploaded. | |
$_uploading | array | Files that are uploading |
메소드 | 설명 | |
---|---|---|
SIG_Complete ( ) : object | Returns the SIG_Complete signal for this upload. | |
SIG_Failure ( ) : object | Returns the SIG_Failure signal for this upload. | |
SIG_Finished ( ) : object | Returns the SIG_Finished signal for this upload. | |
__construct ( array $files, array $options = [] ) : void | Construct the routine that must be run. | |
get_uploaded_files ( ) : array | Returns the files that were uploaded. | |
routine ( |
메소드 | 설명 | |
---|---|---|
_init_transfers ( ) : void | Processes any files awaiting to upload and attempts to begin the upload transfer. |
public SIG_Complete ( ) : object | ||
리턴 | object |
public SIG_Failure ( ) : object | ||
리턴 | object |
public SIG_Finished ( ) : object | ||
리턴 | object |
protected _init_transfers ( ) : void | ||
리턴 | void |
public get_uploaded_files ( ) : array | ||
리턴 | array |