반응형

[PHP] - Str_replace 함수 사용법

 $loss_hp = str_replace("-","",$loss_hp);

 $loss_hp = str_replace("찾을문자열","치환할문자열","대상문자열");


반응형

+ Recent posts