|
|
|
|
|
by Dragony
1512 days ago
|
|
Sadly there are a number of functions in the PHP standard library that literally never can return true. Often they return a resource or false, for example. In those cases the `false` type is more accurate than boolean. That's the reason for the distinction. |
|