PHP Class 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. ###################################################
Datei anzeigen Open project: nbs-system/php-malware-finder Class Usage Examples

Public Properties

Property Type Description
$FileMatschesCount
$FilesToSearch
$FilesTotal
$MatchesCount
$ResultFiles
$TimeStart
$TimeTotal
$text
$titles

Public Methods

Method Description
GetFileMatchesCount ( )
GetFilesTotal ( )
GetMatchesCount ( )
GetResultFiles ( )
GetTimeTotal ( )
GetTitles ( )
SearchResult ( $dir, $text, $filter = '' )
SearchText ( $phrase, $case )

Method Details

GetFileMatchesCount() public method

public GetFileMatchesCount ( )

GetFilesTotal() public method

public GetFilesTotal ( )

GetMatchesCount() public method

public GetMatchesCount ( )

GetResultFiles() public method

public GetResultFiles ( )

GetTimeTotal() public method

public GetTimeTotal ( )

GetTitles() public method

public GetTitles ( )

SearchResult() public method

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

SearchText() public method

public SearchText ( $phrase, $case )

Property Details

$FileMatschesCount public_oe property

public $FileMatschesCount

$FilesToSearch public_oe property

public $FilesToSearch

$FilesTotal public_oe property

public $FilesTotal

$MatchesCount public_oe property

public $MatchesCount

$ResultFiles public_oe property

public $ResultFiles

$TimeStart public_oe property

public $TimeStart

$TimeTotal public_oe property

public $TimeTotal

$text public_oe property

public $text

$titles public_oe property

public $titles