Level 5
What do you mean with complete codes? A simple search on php.net will give you an example.
https://www.php.net/manual/en/language.oop5.magic.php#object.invoke
You can use it to make a class callable , just as a function.
What is __invoke in PHP? Can you send your complete codes?
Please or to participate in this conversation.