HTTP_WebDAV_Client
[ class tree: HTTP_WebDAV_Client ] [ index: HTTP_WebDAV_Client ] [ all elements ]

Source for file Client.php

Documentation is available at Client.php

  1. <?php
  2.  
  3.     require_once "HTTP/WebDAV/Client/Stream.php";
  4.  
  5.     if (!HTTP_WebDAV_Client_Stream::register()) {
  6.         PEAR::raiseError("couldn't register WebDAV stream wrappers");
  7.     }
  8.  
  9. ?>

Documentation generated on Mon, 11 Mar 2019 14:12:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.