ftp\File::get_name PHP Method

get_name() public method

Returns the filename.
public get_name ( ) : string
return string
    public function get_name()
    {
        return $this->_name;
    }