PutResource Method
Puts a resource to the specified URL.
Object Oriented Interface
public function doPutResource($url);
Procedural Interface
ipworks_atom_do_putresource($res, $url);
Remarks
This method will put a resource to the specified URL. It will either put a media resource if UpdateFile is specified or an Atom entry if UpdateEntry is specified. UpdateFile takes precedence over UpdateEntry.