<?php
$x 
current(explode(' ','a b'));
echo 
$x;
?>
Output
a