mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 10:15:14 +00:00
documentation fix
This commit is contained in:
parent
16430d4d2e
commit
0cc6125f87
@ -1765,7 +1765,7 @@ class Net_SFTP extends Net_SSH2
|
|||||||
* If $data is a resource then it'll be used as a resource instead.
|
* If $data is a resource then it'll be used as a resource instead.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Setting $mode to self::SOURCE_CALLBACK will use $data as callback function, which gets only one parameter -- number
|
* Setting $mode to NET_SFTP_CALLBACK will use $data as callback function, which gets only one parameter -- number
|
||||||
* of bytes to return, and returns a string if there is some data or null if there is no more data
|
* of bytes to return, and returns a string if there is some data or null if there is no more data
|
||||||
*
|
*
|
||||||
* Currently, only binary mode is supported. As such, if the line endings need to be adjusted, you will need to take
|
* Currently, only binary mode is supported. As such, if the line endings need to be adjusted, you will need to take
|
||||||
|
Loading…
Reference in New Issue
Block a user