我想用*符号替换前3个字符和最后3个字符而不使用任何内置函数.
*
$string = array("johndoee","shawnmarsh","peterparker","johndoee","shawnmarsh","peterparker");
你能指导我吗?有没有办法做到这一点?
php arrays string replace
arrays ×1
php ×1
replace ×1
string ×1