ftp_base::nlist() –
You appear to be a bot. Output may be restricted
Description
Usage
ftp_base::nlist( $pathname, $arg );
Parameters
- $pathname
- ( mixed ) optional –
- $arg
- ( mixed ) optional –
Returns
void
Source
File name: wordpress/wp-admin/includes/class-ftp.php
Lines:
1 to 3 of 3
function nlist($pathname="", $arg="") { return $this->ftp_base::_list(($arg?" ".$arg:"").($pathname?" ".$pathname:""), "NLST", "nlist"); }