What will the following function call return?
strstr('http://example.com/test/file.php ', '/');
/example.com/
/file.php
file.php
//example.com/test/file.php
Submit