$i = 1;
$array = array();
while($i<10){
$i++;
if($i%2 == 0)
$array[] = $i;
}
Array
(
[0] => 2
[1] => 4
[2] => 6
[3] => 8
[4] => 10
)
_____________
HTML, CSS (Bootstrap), JS(JQuery, ExtJS), PHP, MySQL, MSSql, Posgres, (TSql, BI OLAP, MDX), Mongo, Git, SVN, CodeIgnater, Symfony, Yii 2, JiRA, Redmine, Bitbucket, Composer, Rabbit MQ, Amazon (SQS, S3, Transcribe), Docker