preg_replace ". php?"

0 Cevap php

Nasıl preg_replace yok. Php dizenin sonundan?

for ($x = 0; $x < count($sidebar_links); $x++) {

   $sidebar[$x] = $x;           
}

$ Sidebar_links:

array(3) { [0]=>  string(9) "index.php" [1]=>  string(9) "site2.php" [2]=>  string(7) "site3.php" } 

0 Cevap