* Replaces content at the specified path by the given document. * * @param string $path filesystem-like path * @param string $input XML string */
($path, $input)
| 121 | * @param string $input XML string |
| 122 | */ |
| 123 | public function replace($path, $input) |
| 124 | { |
| 125 | $this->sendCmd(12, $path, $input); |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * Stores binary content at the specified path. |