Function __global->integrity_scan_process_file
Definitions
sources/upgrade_integrity_scan.php
- Process a file from the integrity scan.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $encoded_file | SHORT_TEXT | No | No | required parameter | N/A | N/A | The operation:base64_file to process |
Preview
Code (PHP)
/**
* Process a file from the integrity scan.
*
* @param SHORT_TEXT $encoded_file The operation:base64_file to process
*/
function integrity_scan_process_file(string $encoded_file)
* Process a file from the integrity scan.
*
* @param SHORT_TEXT $encoded_file The operation:base64_file to process
*/
function integrity_scan_process_file(string $encoded_file)

