Adldap\Schemas\SchemaInterface::memberRange PHP Method

memberRange() public method

The range limited list of users that belong to the group. See range limit in Active Directory (Range Retrieval of Attribute Values https://msdn.microsoft.com/en-us/library/cc223242.aspx) Issue #342
public memberRange ( string | integer $from, string | integer $to ) : string
$from string | integer
$to string | integer
return string
    public function memberRange($from, $to);
SchemaInterface