PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $s = "Let's take LeetCode contest"; $exStr = explode(' ',$s); $str = null; foreach($s as $substr){ $str .= strrev($substr); } echo $str;
Show:  
Copy Clear