PHP's array functions such as array_values() and array_key_exists() can be used on an object if the object...
implements Traversable
is an instance of ArrayObject
implements ArrayAccess
None of the above
What will the following function call return?
strstr(' ', '/');
/example.com/
/file.php
file.php
//example.com/test/file.php