Answers for "get class name withgout namespace php"

PHP
0

php get class name without namespace from string

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

Browse Popular Code Answers by Language