final public
|
#
__construct(
)
Static class – cannot be instantiated. Static class – cannot be instantiated. |
public static
DateTime
|
#
createDateTime(
string|int|DateTime
$time
)
DateTime object factory. DateTime object factory. Parameters$time string|int|DateTime |
public static
bool
|
#
iniFlag(
string
$var
)
Gets the boolean value of a configuration option. Gets the boolean value of a configuration option. Parameters$var string configuration option name |
public static
void
|
#
defaultize(
mixed
& $var,
mixed
$default
)
Initializes variable with $default value. Initializes variable with $default value. Parameters$var mixed variable$default mixed default value |
public static
bool
|
#
compare(
mixed
$l,
mixed
$operator,
$r
)
Compares two values. Compares two values. Parameters$l mixed$operator mixed$r |
public static
string
|
#
detectMimeType(
string
$file
)
Returns the MIME content type of file. Returns the MIME content type of file. Parameters$file string |
public static
void
|
#
enterCriticalSection(
)
Enters the critical section, other threads are locked out. Enters the critical section, other threads are locked out. |
public static
void
|
#
leaveCriticalSection(
)
Leaves the critical section, other threads can now enter it. Leaves the critical section, other threads can now enter it. |