NAME ^

php_var.pir - PHP var Standard Library

DESCRIPTION ^

Functions ^

void debug_zval_dump(mixed var)
Dumps a string representation of an internal zend value to output.NOT IMPLEMENTED.
int memory_get_peak_usage([real_usage])
Returns the peak allocated by PHP memoryNOT IMPLEMENTED.
int memory_get_usage([real_usage])
Returns the allocated by PHP memoryNOT IMPLEMENTED.
string serialize(mixed variable)
Returns a string representation of variable (which can later be unserialized)NOT IMPLEMENTED.
mixed unserialize(string variable_representation)
Takes a string representation of variable and recreates itNOT IMPLEMENTED.
void var_dump(mixed var)
Dumps a string representation of variable to output
mixed var_export(mixed var [, bool return])
Outputs or returns a string representation of a variableNOT IMPLEMENTED.


parrot