* Stores binary content at the specified path. * * @param string $path filesystem-like path * @param string $input binary data */
($path, $input)
| 132 | * @param string $input binary data |
| 133 | */ |
| 134 | public function store($path, $input) |
| 135 | { |
| 136 | $this->sendCmd(13, $path, $input); |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * Status information of the last command/query. |