[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/process/ -> ProcessUtils.php (summary)

(no description)

File Size: 123 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ProcessUtils:: (4 methods):
  __construct()
  escapeArgument()
  validateInput()
  isSurroundedBy()


Class: ProcessUtils  - X-Ref

ProcessUtils is a bunch of utility methods.

This class contains static methods only and is not meant to be instantiated.

__construct()   X-Ref
This class should not be instantiated.


escapeArgument($argument)   X-Ref
Escapes a string to be used as a shell argument.

param: string $argument The argument that will be escaped
return: string The escaped argument

validateInput($caller, $input)   X-Ref
Validates and normalizes a Process input.

param: string $caller The name of method call that validates the input
param: mixed  $input  The input to validate
return: mixed The validated input

isSurroundedBy($arg, $char)   X-Ref
No description



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1