ElggDiskFilestore::tell PHP Méthode

tell() public méthode

Return the current location of the internal pointer
public tell ( resource $f ) : integer | false
$f resource File pointer resource
Résultat integer | false
    public function tell($f)
    {
        return ftell($f);
    }