ResourcesUlimitsItem
Table of Contents
- $hard : int|null
- Hard limit.
- $name : string|null
- Name of ulimit.
- $soft : int|null
- Soft limit.
- getHard() : int|null
- Hard limit.
- getName() : string|null
- Name of ulimit.
- getSoft() : int|null
- Soft limit.
- setHard() : self
- Hard limit.
- setName() : self
- Name of ulimit.
- setSoft() : self
- Soft limit.
Properties
$hard
Hard limit.
protected
int|null
$hard
$name
Name of ulimit.
protected
string|null
$name
$soft
Soft limit.
protected
int|null
$soft
Methods
getHard()
Hard limit.
public
getHard() : int|null
Return values
int|null —getName()
Name of ulimit.
public
getName() : string|null
Return values
string|null —getSoft()
Soft limit.
public
getSoft() : int|null
Return values
int|null —setHard()
Hard limit.
public
setHard(int|null $hard) : self
Parameters
- $hard : int|null
Return values
self —setName()
Name of ulimit.
public
setName(string|null $name) : self
Parameters
- $name : string|null
Return values
self —setSoft()
Soft limit.
public
setSoft(int|null $soft) : self
Parameters
- $soft : int|null