Summery Summery
Gets the ssh2.sftp PHP stream wrapper path to open for the given file.
Syntax Syntax
Description Description
This method also works around a PHP bug where the root directory (/) cannot be opened by PHP functions, causing a false failure. In order to work around this, the path is converted to /./ which is semantically the same as / See https://bugs.php.net/bug.php?id=64169 for more details.
Parameters Parameters
- $path
-
(Required) The File/Directory path on the remote server to return
Return Return
(string) The ssh2.sftp:// wrapped path to use.
Source Source
File: wp-admin/includes/class-wp-filesystem-ssh2.php
} /** * @since 2.7.0 * * @param string $command
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |