Search Results

  1. SplFileInfo::getGroup (PHP 5 >= 5.1.2, PHP 7, PHP 8) SplFileInfo::getGroup — Gets the file group

  2. Jul 11, 2025 · The SplFileInfo::getGroup () function is an inbuilt function of Standard PHP Library (SPL) in PHP which is used to get the file group. Syntax: int SplFileInfo::getGroup( void) Parameters: This function does not accept any parameter. Return Value: This function returns an integer which contains group id.

  3. Description public SplFileInfo::getGroup (): int|false Lit le groupe d'appartenance du fichier. L'identifiant du groupe est un entier. Liste de paramètres Cette fonction ne contient aucun paramètre. Valeurs de retour L'identifiant du groupe est un entier en cas de succès ou false si une erreur survient. Erreurs / Exceptions

  4. Return Values The group id in numerical format on success, or false on failure.

  5. Methods \ SplFileInfo Synopsis class SplFileInfo { // methods public void __construct () public int getATime () public string getBasename () public int getCTime () public string getExtension () public SplFileInfo getFileInfo () public string getFilename () public int getGroup () public int getInode () public string getLinkTarget () public int ...

  6. The SplFileInfo class Introduction The SplFileInfo class offers a high-level object-oriented interface to information for an individual file.

  7. www.php-resource.desplfileinfo- PHP-Resource

    SplFileInfo::getGroup (PHP 5 >= 5.1.2, PHP 7, PHP 8) SplFileInfo::getGroup — Gets the file group