Originally posted by onemorenerd
View Post
PHP Code:
if (version_compare(PHP_VERSION, '5.0.0', '<'))
{
function stripos()
{
}
}
Comment