PHP Classes

Notable PHP package: PHP Memory Limit Manager

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 157

Last month viewers: 3

Categories: Notable Packages

PHP has a setting that limits the usage of memory by the current script to avoid that the script uses too much memory and makes the current system unusable.

Applications can also check if the current memory usage is near the configured limit.

This package takes advantage of that possibility to allow applications to execute certain actions or avoid other actions, so the current script does not exceed the current memory limit and terminates abnormally.

Read this article to learn more details about how this notable PHP package works.




Loaded Article
The package PHP Memory Limit Manager is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Set the PHP memory limit and check if is exceeded

Here follows in more detail what it does:

This package can be used to set the PHP memory limit and check if is exceeded.

It can dynamically set the current PHP script memory usage limit by taking a limit value as parameter in KB, MB and GB.

The package can also set the size of limit buffer, so it can check if the current script memory usage tell the current application that it has reached a given limit that is the current hard memory limit minus that buffer size.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.



You need to be a registered user or login to post a comment

1,614,687 PHP developers registered to the PHP Classes site.
Be One of Us!

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)