Documentation

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

Methods

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
Return values
self

Search results