PHP Classes

Notable PHP package: PHP String Hidden Characters

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: 109

Last month viewers: 3

Categories: Notable Packages

Many applications need to deal with sensitive information that should not be exposed publicly because it is important to preserve the privacy of people that are the owners of that information.

However, some developers prefer to dump stack traces to logs or even Web pages when an expected errors, so they can see the details of the context of the errors.

This package provides a solution to help hiding sensitive information to be dumped to screen or log files. It can wrap text strings in an object interfaces that do not expose the actual value of the string when the object dump is requested.

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




Loaded Article
The package PHP String Hidden Characters 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: Hide strings to avoid appearing in stack traces

Here follows in more detail what it does:

This package can hide strings to avoid appearing in stack traces.

It can be used to create objects that can set, get and copy string values.

When PHP runs stack trace functions like debug_backtrace the actual string value that is stored in the object does not appear.

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

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)