3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string='123456w'; $year = substr($string,0,4); $month = substr($string,4,2); echo $month;

preferences:
28.07 ms | 402 KiB | 5 Q