|
|
|
|
|
by styfle
3350 days ago
|
|
The docs are great--its the API that is badly designed in my opinion. It's not very intuitive or memorable. Take a look at string functions[1] for example. `count_chars` vs `strlen` and the list goes on. [1]: http://php.net/manual/en/ref.strings.php |
|