Sara Tasche
Sara Tasche
@gpakosz Ring, ring!
1. See: default_charset in php.ini See also: https://phptherightway.com/#php_and_utf8 2. instead of FILTER_SANITIZE_URL use FILTER_SANITIZE_ENCODED See: https://www.php.net/manual/de/filter.filters.sanitize.php See: https://phptherightway.com/#data_filtering
I like 2 and 3, because 3 is like 2 without a `#` in each line. However, I think 2 is the better alternative, as many people are probably used...
Ok, but why are there functions prefixed with "@" and "$"-aguments and functions with such arguments but without "@"?
OK. Now we're back to my first post: inconsistency. If the ‘@’ is optional, why add it at all?
`distinctof` to be consistent.
[libdparse #510 (merged)](https://github.com/dlang-community/libdparse/pull/510)