Gets the file’s group.
Parameters
$filestringrequired- Path to the file.
Source
public function group( $file ) {
return false;
}
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
Gets the file’s group.
$filestringrequiredpublic function group( $file ) {
return false;
}
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.