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 memory

NOT IMPLEMENTED.

int memory_get_usage([real_usage])

Returns the allocated by PHP memory

NOT 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 it

NOT 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 variable

NOT IMPLEMENTED.


parrot