The Project I'm working on contains something like a wrapper for call_user_func(_array) which does some checks before execution. One of those checks is method_exists (In Case the supplied first argument is an instance of a class and the second is a method name) The other is_callable. The function will throw an exception if one of those checks fails.
Benim Kod fonksiyonu adları (setFoo, setBar, vb) ve ayar kolları (__call) aşırı yükleme için php sihirli işlevi, değiştirilmesi ve bazı değişkenlerin silinmesi (daha bazı dizi elemanları) ile bir dizi içerir.
The Problem: method_exists will return false if the function is not defined.
__ Arama fonksiyonu isteği uygun taşıma yaparsa ben gerçek almak için herhangi bir şans var mı?