dizi-parçalama-sayma-ag

Run Settings
LanguagePHP
Language Version
Run Command
<?php $data = "test,yazi,metin"; $explode = explode(',', $data); for($i=0; $i<count($explode); $i++) { $new_data[] = $explode[$i]; } var_dump($new_data);
Editor Settings
Theme
Key bindings
Full width
Lines