可以安全地使用password_hash如下的unicode字符或存在不兼容问题吗?
password_hash
<?php $hash = password_hash("??", PASSWORD_DEFAULT); ?>
php
php ×1