How to stop Javascript setInterval

Stopping or cancelling a setInterval call in Javascript involves using clearInterval. You must however use clearInterval on a variable that is assigned to the setInterval you want stopped. setInterval calls…

SolusVM PHP API Class wrapper

SolusVM API PHP class is an uncomplicated API wrapper coded in PHP for the SolusVM API. SolusVM is a virtualization manager, that is very popular amongst hosting providers. You can…

PHP str_contains() is born

Early 2020 there was this post on /r/PHP posing the question “With so many features added to PHP, why is there no str_contains?”. flippeeer who submitted this post is right,…