PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
If you want to see all the threads I found, this was the search terms: "proced* function* class*" with "Search for all terms" selected, and forum being "PHP - Theory and Design."
Just to avoid some potential confussion if you are going to start reading up on OOP: a function within a class is written in a way and also appears to be almost identical to a user defined function within procedural code but in this context it is now called a "method", not a function.