release_object

Application-related functions

Summary

release_object($var)

Release an object from memory.

Use this fuction after you are done using an Omeka model object to preventmemory leaks. Required because PHP 5.2 does not do garbage collection oncircular references.

Parameters:
  • $var (unknown) –

Usage

Examples

See Also

Project Versions

Table Of Contents

Previous topic

pluck

Next topic

FilePath-related functions

This Page