Posts by Igory2 • 23 points
1 post
-
2
votes1
answer28
viewsQ: Array does not return value using a static method function
In this static function all variables return their respective values, except $funcionario which is an array. Where am I going wrong? class Dtb{ public static $funcionarios =['M','G','N','I'] ;…