Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

php compress output fonksiyon


odullusoru

Öne çıkan mesajlar

ya bu fonksiyon iyi güzelde comment edilmiş "//" satırlarda sıçıyor hali ile.

bu comment içeren satırları yok edecek ya da atlayacak bir düzenleme nasıl yazabiliriz ?

kod

$search = array(
'/n/', // replace end of line by a space
'/>[^S ]+/s', // strip whitespaces after tags, except space
'/[^S ]+ '/(s)+/s' // shorten multiple whitespace sequences
);

$replace = array(
' ',
'>',
'<',
'1'
);

$buffer = preg_replace($search, $replace, $buffer);

Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...