Search Results
Get PHP script owner's GID getmygid (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) getmygid — Get PHP script owner's GID
getmygid 15 nov. 2018 25 fois (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) getmygid — Retourne le GID du propriétaire du script
Simple usage example of `getmygid ()`. The 'getmygid' function in PHP is used to retrieve the Group ID (GID) of the owner of the current PHP script. It returns the numerical ID of the group to which the script belongs.
NamegetmygidSynopsisint getmygid()Returns the group ID for the PHP process executing the current script. If the group ID cannot be determined, false is returned. - Selection from Programming PHP, 3rd Edition [Book]
Returns the group ID of the current script, or FALSE on error.
Return Values Returns the group ID of the current script, or FALSE on error.
Valeurs de retour Retourne le GID du propriétaire du script courant, ou false si une erreur survient.
