method checkFilePath documentation in bbn\File\Ftp

function($file) { if ( ($slash !== false) && ($dir = $this->checkPath(substr($file, 0, $slash))) ){ return $dir.substr($file, $slash); } else if ( $slash === false ){ return $this->dir.$file; } return false; }

BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.