SecureBlackbox 2020 PHP Edition

Questions / Feedback?

FileDataSource Property

The type of the data source for this entry.

Object Oriented Interface

public function getFileDataSource($fileindex);
public function setFileDataSource($fileindex, $value);

Procedural Interface

secureblackbox_archivereader_get($res, 10 , $fileindex);
secureblackbox_archivereader_set($res, 10, $value , $fileindex);

Default Value

0

Remarks

The type of the data source for this entry.

Use this property to control the data source for this entry.

fdsFile (0)The data for this entry should be taken from the file provided via FileLocalPath.
fdsStream (1)The data is going to be provided on-the-fly via the FileStream property.
fdsBuffer (2)The data is going to be provided on-the-fly via the FileData property.

The $fileindex parameter specifies the index of the item in the array. The size of the array is controlled by the FileCount property.

This property is not available at design time.

Data Type

Integer

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