We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f389716 + 42410bf commit f5f0078Copy full SHA for f5f0078
README.md
@@ -27,7 +27,7 @@ $clam->ping(); // Check ClamAV is up and running
27
28
$clam->version(); // Check ClamAV version
29
30
-$clam->fileScan('path/to/file.dmg'); // Return true of false for file scan
+$clam->fileScan('path/to/file.dmg'); // Returns true if a file is clean or false if a file is infected
31
32
$clam->reload(); // Reload ClamAV database
33
0 commit comments