这里不需要使用正则表达式,而是在另一个字符串中查找字符串.所以这将是这样的:
$isAuthorized = strpos(str_replace('\\', '/', getcwd()), "/clients/$username/") !== FALSE;