Function __global->gae_is_admin
Definitions
sources/google_appengine.php
- Find whether the current user is an admin, from the perspective of the Google Console.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Current user is admin
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether the current user is an admin, from the perspective of the Google Console.
*
* @return boolean Current user is admin
*/
function gae_is_admin() : bool
* Find whether the current user is an admin, from the perspective of the Google Console.
*
* @return boolean Current user is admin
*/
function gae_is_admin() : bool

