SecureBlackbox 2020 PHP Edition

Questions / Feedback?

CustomRequest Method

Performs custom WebDAV request.

Object Oriented Interface

public function doCustomRequest($url, $method, $properties);

Procedural Interface

secureblackbox_webdavclient_do_customrequest($res, $url, $method, $properties);

Remarks

Use the Method to choose between PROPFIND or PROPPATCH method and Properties to list properties.

For PROPFIND request this method returns an uninterpreted string of the listing results.

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