Help for this page

Select Code to Download


  1. or download this
           registerNs
                 $xpc->registerNs($prefix, $namespace_uri)
    
               Registers namespace $prefix to $namespace_uri.
    
  2. or download this
         <?xml version="1.0" encoding="utf-8" ?>
         <propfind xmlns="DAV:">
           <propname/>
         </propfind>
    
  3. or download this
         <?xml version="1.0" encoding="utf-8" ?>
         <D:propfind xmlns:D="DAV:">
    ...
             <R:Random/>
           </D:prop>
         </D:propfind>