There are lots of questions about password_hash() function but non answered my question:
I am trying to find information about password_hash function return value. All I see is that it returns the actual hash.
I am planning to save the hash in SQL table.
Can the hash contain quotes? If it can contain quotes, will I have to escape the hash before inserting it?
Thank you