Konu
PHP bot ile çekilen veriyi değiştirme
08-12-2018, 00:47:09
#2
KerimCann
<?php
$veri = "1 hour";
echo str_replace("hour","saat",$veri);
?>