<?php $text ="кот собака есть мышь";$example = explode(" ", $text);print_r($example);
Standard input is empty
Array ( [0] => кот [1] => собака [2] => есть [3] => мышь )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!