mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 09:14:06 +02:00
type fixes
This commit is contained in:
parent
e9f6d00a93
commit
7cb4e41f8a
7 changed files with 32 additions and 7 deletions
|
|
@ -247,7 +247,7 @@ class NativeState {
|
|||
* @param int $offset
|
||||
* @param int $whence SEEK_SET | SEEK_CUR | SEEK_END
|
||||
* @param string|null $path
|
||||
* @return int|bool new file offset as measured from the start of the file on success, false on failure.
|
||||
* @return int new file offset as measured from the start of the file on success.
|
||||
*/
|
||||
public function lseek($file, int $offset, int $whence = SEEK_SET, string $path = null) {
|
||||
$result = @smbclient_lseek($this->state, $file, $offset, $whence);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue