Hi all
I'm used to programming in Java, which does support method overloading.
So when starting to use PHP, I quickly found that this was not supported in PHP.
But why and how is this supported with "system methods" (I don't know if that name is correct) like, for example, mktime?
see attachment.
Or am I totally wrong and IS method overloading supported? If it is, it did not seem to work when I tried, how am I supposed to do it then?
Thx in advance.
Greets, K?!.