PHP 클래스 Horde_Spam_Program, horde

저자: Michael Slusarz ([email protected])
저자: Jan Schneider ([email protected])
상속: extends Horde_Spam_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_binary string Binary location.

공개 메소드들

메소드 설명
__construct ( string $binary ) Constructor.
report ( array $msgs, $action )

보호된 메소드들

메소드 설명
_report ( string $message ) : boolean Reports a single spam message.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $binary )
$binary string Binary location.

_report() 보호된 메소드

Reports a single spam message.
protected _report ( string $message ) : boolean
$message string Message content.
리턴 boolean False on error, true on success.

report() 공개 메소드

public report ( array $msgs, $action )
$msgs array

프로퍼티 상세

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

Binary location.
protected string $_binary
리턴 string