ReflectionClass::getAbstractConstantNames

( excerpt from http://php.net/manual/en/reflectionclass.getabstractconstantnames.php )

public function getAbstractConstantNames(): darray<string>;

Returns an array containing the names of abstract constants as both keys and values.

Returns

  • array<string, - string>