| http://www.w3.org/ns/prov#value | - + * Tells if the file is executable+ * @link http://www.php.net/manual/en/splfileinfo.isexecutable.php+ * @return bool true if executable, false otherwise.+ */+ public function isExecutable () {}++ /**+ * Tells if the object references a regular file+ * @link http://www.php.net/manual/en/splfileinfo.isfile.php+ * @return bool true if the file exists and is a regular file (not a link), false otherw
|