|
|
|
|
|
by Nextgrid
1667 days ago
|
|
The real reason for PHP's bad function names is that early in the language's history, the hash function used to map function names to their actual code was the length of the string, so you couldn't have two function with a name of the same length, thus the intentionally inconsistent naming convention. |
|