hi,
I am new to php and i have seen rather Ambiguous function name convention in php and this confuses me as i regularly forget function names. I suppose i should give you an example.
If function for encoding is htmlentities
then why it's opposite is named html_entitiy_decode
rather than something like entitiesdecode
or the one which is more close to htmlentities
.
There are matching function names too but i think php does not have a consistent approach to naming its functions.
Any ideas please as it makes hard for me to remember function names. Thanks