- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
$URLContent = $this->getUrlContent();
$ToRemoveArr = Array('word1', 'word2', 'word3', 'word4');
$URLContent = str_replace($ToRemoveArr, '', $URLContent);
$URLContent = str_replace('x', 'y', $URLContent);
$URLContent = str_replace('a', 'b', $URLContent);