|
|
|
|
|
by array_key_first
215 days ago
|
|
PHP typing is most definitely stronger than python overall. Yes array is the evil collection type of everything, but that's how it's meant to work. Array is the quick and dirty 'throw everything in there' thing. PHP has classes and they're very full featured and offer lots of type safety - use those. |
|
LOL, no its not. PHP has an weak type system, while python is strong. Both are dynamic.