Answers for "php get class name without namespace from object"

PHP
0

php get class name without namespace from string

return substr(strrchr(__CLASS__, "\"), 1);
Posted by: Guest on October-14-2021

Code answers related to "php get class name without namespace from object"

Browse Popular Code Answers by Language