Function __global->is_a

Definitions

sources_custom/phpstub.php

  • Whether the object is of this class or has this class as one of its parents.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$object object required parameter N/A N/A The object
$class_name string required parameter N/A N/A The class name

Return

  • Whether it is
  • Type: boolean
  • Set: N/A
  • Range: N/A