I call myself a programmer, but I have issue when it comes to memorizing function parameters. For example, in PHP there's a function called , to split a string by string. Most of the times, I always need to ask Google about the parameter's sequence. I know the logic that it should receive and the which needs to be splitted, I just need to check wheter it's or for the first parameter.