I recently have seen this PDO article:
- Is it mandatory?
- Is it a good practice to add a backslash (e.g. \PDO) to each option in the array?
- In which cases it is correct to put a backslash?
Are there cases where it is bad to put them?
I know java packages are point separated
javax.crypto.Cipher
. Is this the same as PHP backslashes?