Which string will be returned by the following function call?
$test = '/etc/conf.d/wireless';
substr($test, strrpos($test, '/'));
""
"/wireless"
"wireless"
"/conf.d/wireless"
"/etc"
Submit