cURL: Adding/Installing/Trusting New Self-Signed Certificate

Scenario It has been that situation again when I have spent a whole day trying to research and figure out the solution to a problem that has bugged me. Hopefully this will save researching time for people having the same issue. If you, like me, are trying to get cURL,...

PHP: Clear/Delete/Remove operations on ArrayObject class

There wasn’t much information available on the Internet by keyword searching on how to do clearing/deleting/removing operations on PHP ArrayObject class so I decided to contribute a small post on this topic and hopefully it will save some time for people...