Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

escape_command_args()

Description

Escaping an unsafe command string

Parameters

ColumnTypeDefaultDescription
$cmd string Unsafe command to run
$args: array
func_get_args;
$args array List of placeholders and their values which will have to be escapedshellarg()d.

Return

string Escaped command string

This article was last updated 27th July 2024 11:35 Europe/London time based on the source file dated 23rd July 2024 11:50 Europe/London time.