PHP 클래스 Passwd_Driver_Expectpecl, horde

Copyright 2006-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
저자: Duck ([email protected])
상속: extends Passwd_Driver
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_stream resource Expect connection handle.

보호된 메소드들

메소드 설명
_changePassword ( $user, $oldpass, $newpass )
_ctl ( string $expect, string $error ) Handles expect communication.

메소드 상세

_changePassword() 보호된 메소드

protected _changePassword ( $user, $oldpass, $newpass )

_ctl() 보호된 메소드

Handles expect communication.
protected _ctl ( string $expect, string $error )
$expect string String to expect.
$error string Error message.

프로퍼티 상세

$_stream 보호되어 있는 프로퍼티

Expect connection handle.
protected resource $_stream
리턴 resource