Zymba Documentation
System
object @System() {
OS;
PHPVERSION;
SAPI;
getCurrentMemoryUsage(): int {}
getHost(): string {}
getMachine(): string {}
getMonotonicTime(): int {}
getPeakMemoryUsage(): int {}
getProcessID(): int {}
listCommandLineArguments(): object {}
sleep(number $duration) {}
}
Static system related constants and functions.