Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
peripherad
/
vendor
/
php-webdriver
/
webdriver
/
lib
/
Remote
:
FileDetector.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Facebook\WebDriver\Remote; interface FileDetector { /** * Try to detect whether the given $file is a file or not. Return the path * of the file. Otherwise, return null. * * @param string $file * * @return null|string The path of the file. */ public function getLocalFile($file); }