gpt4 book ai didi

php - 如何在 PHP 中将字符串转换为符号

转载 作者:可可西里 更新时间:2023-11-01 00:00:52 24 4
gpt4 key购买 nike

如何将密码字符串转换为指定符号,如 *或其他东西。

我目前正在开发更改密码页面。我想显示密码到页面,我想避免密码被别人忽略,所以我想把密码的字符串隐藏成像*这样的符号。具有相同的长度。像 <input type="password" /> 这样的例子.

抱歉我的英语不好...

最佳答案

$output_password = str_repeat ('*', strlen ($input_password));

关于php - 如何在 PHP 中将字符串转换为符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10643585/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com