Adldap\Schemas\SchemaInterface::passwordLastSet PHP 메소드

passwordLastSet() 공개 메소드

This value is stored as a large integer that represents the number of 100 nanosecond intervals since January 1, 1601 (UTC). If this value is set to 0 and the User-Account-Control attribute does not contain the UF_DONT_EXPIRE_PASSWD flag, then the user must set the password at the next logon.
public passwordLastSet ( ) : string
리턴 string
    public function passwordLastSet();
SchemaInterface