PHP 클래스 SearchResult, php-malware-finder

################################################### This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ###################################################
파일 보기 프로젝트 열기: nbs-system/php-malware-finder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$FileMatschesCount
$FilesToSearch
$FilesTotal
$MatchesCount
$ResultFiles
$TimeStart
$TimeTotal
$text
$titles

공개 메소드들

메소드 설명
GetFileMatchesCount ( )
GetFilesTotal ( )
GetMatchesCount ( )
GetResultFiles ( )
GetTimeTotal ( )
GetTitles ( )
SearchResult ( $dir, $text, $filter = '' )
SearchText ( $phrase, $case )

메소드 상세

GetFileMatchesCount() 공개 메소드

public GetFileMatchesCount ( )

GetFilesTotal() 공개 메소드

public GetFilesTotal ( )

GetMatchesCount() 공개 메소드

public GetMatchesCount ( )

GetResultFiles() 공개 메소드

public GetResultFiles ( )

GetTimeTotal() 공개 메소드

public GetTimeTotal ( )

GetTitles() 공개 메소드

public GetTitles ( )

SearchResult() 공개 메소드

public SearchResult ( $dir, $text, $filter = '' )

SearchText() 공개 메소드

public SearchText ( $phrase, $case )

프로퍼티 상세

$FileMatschesCount 공개적으로 프로퍼티

public $FileMatschesCount

$FilesToSearch 공개적으로 프로퍼티

public $FilesToSearch

$FilesTotal 공개적으로 프로퍼티

public $FilesTotal

$MatchesCount 공개적으로 프로퍼티

public $MatchesCount

$ResultFiles 공개적으로 프로퍼티

public $ResultFiles

$TimeStart 공개적으로 프로퍼티

public $TimeStart

$TimeTotal 공개적으로 프로퍼티

public $TimeTotal

$text 공개적으로 프로퍼티

public $text

$titles 공개적으로 프로퍼티

public $titles