PHP has the ability to type hint function arguments to only accept that type or derivatives of that class or interface, this can lead to better interface design and much less runtime checking (as calling a type hinted function implicitly requires the parameter be of the correct type)....
moreIn response to Debians security efforts to stop session stealing on shared-hosting servers, and after a few requests from concerned sysadmins, I've developed an application to clean the PHP session directory as an alternative to the cron job route....
more
Page: 1