SecureBlackbox 2020 PHP Edition

Questions / Feedback?

TempDir Property

The temporary path to use.

Object Oriented Interface

public function getTempDir();
public function setTempDir($value);

Procedural Interface

secureblackbox_restserver_get($res, 79 );
secureblackbox_restserver_set($res, 79, $value );

Default Value

''

Remarks

During its work, the class might benefit from creating temporary files. Use this property to provide the location where temporary files can be stored.

If no temporary directory is provided, all the temporary information will be stored in memory.

Data Type

String

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