Function __global->rd_do_dir

Definitions

rootkit_detection.php

  • Search inside a directory for files.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$dir SHORT_TEXT No No required parameter N/A N/A The directory path to search

Returns

  • The HTML for the list box selection
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Search inside a directory for files.
 *
 * @param  SHORT_TEXT $dir The directory path to search
 * @return array The HTML for the list box selection
 */

function rd_do_dir(string $dir) : array