fork download
  1. <?php
  2.  
  3. function the_listing_categories() {
  4. return 'Город, Район, ул. название-улицы, 14';
  5. }
  6.  
  7.  
  8. $arr = explode(',', the_listing_categories());
  9. echo $arr[0].' - '.$arr[1];
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
Город -  Район