SecureBlackbox 2020 PHP Edition

Questions / Feedback?

DocumentRoot Property

The document root of the server.

Object Oriented Interface

public function getDocumentRoot();
public function setDocumentRoot($value);

Procedural Interface

secureblackbox_webdavserver_get($res, 7 );
secureblackbox_webdavserver_set($res, 7, $value );

Default Value

''

Remarks

Use this property to specify a local folder which is going to be the server's document root (the mount point of the virtual home directory).

Data Type

String

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