Just a quick one. In OOP PHP, if I have a function defined in the parent class, and a modified version in the child class, and I call it from an instantiated object of the child class, will it use the child class's version of the function?
I am pretty sure it will just double checking, as there is no way for me to check within the running.