Interacting with Standard I/O
Interacting with Standard I/O
- public static function getStdinHandle()
- public static function getStdoutHandle()
- public static function getStderrHandle()
- public static function writeStderr($message)
- private static function getStdioHandle($ref)
Interacting with System Memory
Interacting with System Memory
- public static function getSystemMemoryInformation() — Get information about total and free memory on the system.
- public static function parseMemInfo($data) — Parse the output of `/proc/meminfo`.
- public static function parseVMStat($data) — Parse the output of `vm_stat`.
Other Methods
Other Methods
- public function __get($name)
- public function __set($name, $value)
- public function current()
- public function key()
- public function next()
- public function rewind()
- public function valid()
- private function throwOnAttemptedIteration()
- public function getPhobjectClassConstant($key, $byte_limit) — Read the value of a class constant.