PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $email = 'sahsaGav@google.com'; $map = array_map(function($email) { $pos = strpos($email, '@'); $sub = substr($email, $pos + 1); return $sub; }, $emails); var_dump($map);
Show:  
Copy Clear