Syntax Syntax
Source Source
File: wp-admin/includes/class-ftp.php
function rawlist($pathname="", $arg="") { return $this->_list(($arg?" ".$arg:"").($pathname?" ".$pathname:""), "LIST", "rawlist"); }
Developer Resources, Tips, Tricks, Tutorials and Much more.
File: wp-admin/includes/class-ftp.php
function rawlist($pathname="", $arg="") { return $this->_list(($arg?" ".$arg:"").($pathname?" ".$pathname:""), "LIST", "rawlist"); }