<< |  >>
#4525 Dodano: 03-02-2011 13:09. Głosów: -13
miszcz optymalizacji

PHP

$branches_ext = "('1', '2', '3', '4', '11', '12', '13', '14', '18', '33')";
...
$chars = array("(", "'", ")");
$tmp_b = str_replace($chars,"",$branches_ext);
$tmp_b = explode(",", $tmp_b);
<< |  >>