Syntax Syntax
Source Source
File: wp-admin/includes/class-ftp.php
function pwd() { if(!$this->_exec("PWD", "pwd")) return FALSE; if(!$this->_checkCode()) return FALSE; return preg_replace("/^[0-9]{3} \"(.+)\".*$/s", "\\1", $this->_message); }
Developer Resources, Tips, Tricks, Tutorials and Much more.
File: wp-admin/includes/class-ftp.php
function pwd() { if(!$this->_exec("PWD", "pwd")) return FALSE; if(!$this->_checkCode()) return FALSE; return preg_replace("/^[0-9]{3} \"(.+)\".*$/s", "\\1", $this->_message); }