Livejournal
Log in
Post
Friends
My journal
postfix
php wtf
Feb 24, 2010 16:10
// 1. создаем массив $arr=array('_','s'); // 2. заменяем элемент "_" на пустую строку foreach ($arr as &$el){ if ($el=='_') $el=''; } // 3. выводим foreach ($arr as $el){ echo "el:'{$el}'
"; }
(подсветка)
найдите ошибку )
it
Leave a comment
Read comments 2
Previous post
Next post
Up